Skip to content

Commit

Permalink
Drop DataListCheck now unrequired check attribute
Browse files Browse the repository at this point in the history
Was temporary required due to a PF bug which was fixed long ago.

patternfly/patternfly-react#7163

Related: cockpit-project/cockpit#20973
  • Loading branch information
jelly committed Sep 12, 2024
1 parent e1d3bb8 commit aeb94b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/vm/deleteDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const DeleteDialogBody = ({ disks, vmName, destroy, onChange }) => {
onChange={(_event, checked) => {
onChange(index, checked);
}}
checked={!!disk.checked} // https://github.com/patternfly/patternfly-react/issues/6762
isChecked={!!disk.checked} />
<DataListItemCells
dataListCells={[
Expand Down

0 comments on commit aeb94b9

Please sign in to comment.