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 a6b5b8e commit e9c34b6Copy full SHA for e9c34b6
src/store/reducers/storage/utils.ts
@@ -292,6 +292,9 @@ export function prepareGroupsResponse(data: StorageGroupsResponse): PreparedStor
292
293
return {
294
...preparedVDiskData,
295
+ // There might be no Whiteboard data if cluster is not healthy
296
+ // StringifiedId is formed from Whiteboard.VDiskId object
297
+ // Use VDiskId string from backend in such case
298
StringifiedId: preparedVDiskData.StringifiedId || VDiskId,
299
};
300
});
0 commit comments