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 1752be0 commit d6f5c3aCopy full SHA for d6f5c3a
src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx
@@ -165,7 +165,7 @@ export function GroupedStorageNodesComponent({
165
withTypeSelector
166
withGroupBySelect
167
entitiesCountCurrent={found}
168
- entitiesCountTotal={found}
+ entitiesCountTotal={total}
169
entitiesLoading={isLoading}
170
columnsToSelect={columnsToSelect}
171
handleSelectedColumnsUpdate={setColumns}
0 commit comments