Skip to content

Commit

Permalink
Fix unknown isSmall property in VM create dialog
Browse files Browse the repository at this point in the history
This changed in PF5.
  • Loading branch information
martinpitt committed Oct 27, 2023
1 parent 59d8c5d commit 7f5e607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/create-vm-dialog/createVmDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ const SshKeysRow = ({
<Button variant='plain'
className="btn-close"
id={id + "-btn-close"}
isSmall
size="sm"
aria-label={_("Remove item")}
icon={<TrashIcon />}
onClick={() => removeitem(idx)} />
Expand Down
1 change: 0 additions & 1 deletion test/machineslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def setUp(self):
"Failed to get libvirt version from the dbus API:.*Cannot recv data: Connection reset by peer",
# FIXME: React errors on /devel scenario; these are actual bugs!
'Warning: Each child in a list should have a unique "key" prop',
"Warning: React does not recognize the .* prop on a DOM element",
"Warning: An update .* was scheduled from inside an update function",
# FIXME:: https://github.com/cockpit-project/cockpit-machines/issues/1272
"Warning: Failed.*type:.*The prop `format` is marked as required in `VolumeCreateBody`, but its value is `undefined`",
Expand Down

0 comments on commit 7f5e607

Please sign in to comment.