Skip to content

Commit a8b3273

Browse files
committed
whoooops
1 parent 8c51324 commit a8b3273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CippTable/CIPPTableToptoolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export const CIPPTableToptoolbar = ({
493493
<SevereCold />
494494
</Tooltip>
495495
)}
496-
{actions && getBulkActions(actions).length > 0 && (table.getIsSomeRowsSelected() || table.getIsAllRowsSelected()) && (
496+
{actions && getBulkActions(actions, table.getSelectedRowModel().rows).length > 0 && (table.getIsSomeRowsSelected() || table.getIsAllRowsSelected()) && (
497497
<>
498498
<Button
499499
onClick={popover.handleOpen}

0 commit comments

Comments
 (0)