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 c1aadb3 commit 103c843Copy full SHA for 103c843
src/store/reducers/node.js
@@ -86,7 +86,7 @@ export const getNodeInfo = (id) => {
86
87
export const getNodeStructure = (nodeId) => {
88
return createApiRequest({
89
- request: window.api.getStorageInfo({nodeId}),
+ request: window.api.getStorageInfo({nodeId}, {concurrentId: 'getNodeStructure'}),
90
actions: FETCH_NODE_STRUCTURE,
91
});
92
};
0 commit comments