Skip to content

Commit d6f5c3a

Browse files
astandrikCopilot
andauthored
Update src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 1752be0 commit d6f5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/PaginatedStorageNodes/GroupedStorageNodesComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function GroupedStorageNodesComponent({
165165
withTypeSelector
166166
withGroupBySelect
167167
entitiesCountCurrent={found}
168-
entitiesCountTotal={found}
168+
entitiesCountTotal={total}
169169
entitiesLoading={isLoading}
170170
columnsToSelect={columnsToSelect}
171171
handleSelectedColumnsUpdate={setColumns}

0 commit comments

Comments
 (0)