Skip to content

Commit

Permalink
fix(Storage): set storage true for nodes (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov authored Oct 27, 2023
1 parent f87fac7 commit 146d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/reducers/storage/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const getStorageNodesInfo = ({
}: Omit<NodesApiRequestParams, 'type'>) => {
return createApiRequest({
request: window.api.getNodes(
{tenant, visibleEntities, type: 'static', ...params},
{tenant, visibleEntities, storage: true, type: 'static', ...params},
{concurrentId},
),
actions: FETCH_STORAGE,
Expand Down

0 comments on commit 146d235

Please sign in to comment.