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 843fd78 commit d20eb1aCopy full SHA for d20eb1a
src/store/reducers/storage/utils.ts
@@ -220,6 +220,8 @@ const prepareStorageNodeData = (
220
return {
221
...restNodeParams,
222
...prepareNodeSystemState(SystemState),
223
+ // There is NodeId both in node and its system state
224
+ // We should use only NodeId from node, since it's always present (there may be no SystemState)
225
NodeId,
226
PDisks: pDisks,
227
VDisks: vDisks,
0 commit comments