We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c51324 commit a8b3273Copy full SHA for a8b3273
src/components/CippTable/CIPPTableToptoolbar.js
@@ -493,7 +493,7 @@ export const CIPPTableToptoolbar = ({
493
<SevereCold />
494
</Tooltip>
495
)}
496
- {actions && getBulkActions(actions).length > 0 && (table.getIsSomeRowsSelected() || table.getIsAllRowsSelected()) && (
+ {actions && getBulkActions(actions, table.getSelectedRowModel().rows).length > 0 && (table.getIsSomeRowsSelected() || table.getIsAllRowsSelected()) && (
497
<>
498
<Button
499
onClick={popover.handleOpen}
0 commit comments