Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alicenstar committed Oct 20, 2023
1 parent cea57b1 commit 5cc6ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/apps/HelmVMClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const HelmVMClusterManagement = ({
enablePagination={false}
enableColumnFilters={false}
enableRowActions
renderRowActionMenuItems={({ closeMenu, row }) => [
renderRowActionMenuItems={({ closeMenu }) => [
<MenuItem
key="edit"
onClick={() => {
Expand Down

0 comments on commit 5cc6ffb

Please sign in to comment.