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 c8ca81e commit d718e4aCopy full SHA for d718e4a
src/components/tableV2/netdataTable.js
@@ -182,7 +182,7 @@ const NetdataTable = ({
182
<Flex height="100%" overflow="hidden" width="100%" column>
183
{onGlobalSearchChange || hasBulkActions ? (
184
<GlobalControls
185
- bulkActions={actions}
+ bulkActions={hasBulkActions ? actions : null}
186
dataGa={dataGa}
187
handleSearch={onGlobalSearchChange ? onGlobalFilterChange : null}
188
searchValue={globalFilter}
0 commit comments