Skip to content

Commit 103c843

Browse files
committed
fix(node reducer): should specify concurrentId in getNodeStructure
1 parent c1aadb3 commit 103c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const getNodeInfo = (id) => {
8686

8787
export const getNodeStructure = (nodeId) => {
8888
return createApiRequest({
89-
request: window.api.getStorageInfo({nodeId}),
89+
request: window.api.getStorageInfo({nodeId}, {concurrentId: 'getNodeStructure'}),
9090
actions: FETCH_NODE_STRUCTURE,
9191
});
9292
};

0 commit comments

Comments
 (0)