Skip to content

Commit 8bf1d13

Browse files
fix(PaginatedStorage): show nodes on Node page
1 parent aa9a495 commit 8bf1d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/PaginatedStorage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const PaginatedStorage = ({
101101
<StorageControls
102102
searchValue={searchValue}
103103
handleSearchValueChange={handleTextFilterChange}
104-
withTypeSelector={!nodeId}
104+
withTypeSelector
105105
storageType={storageType}
106106
handleStorageTypeChange={handleStorageTypeChange}
107107
visibleEntities={visibleEntities}

0 commit comments

Comments
 (0)