Skip to content

Commit 39b6cf3

Browse files
committed
fix(VDisk): add a missing prop type
1 parent 328efa9 commit 39b6cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Storage/Vdisk/Vdisk.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const propTypes = {
2626
FrontQueues: PropTypes.string,
2727
Replicated: PropTypes.bool,
2828
PoolName: PropTypes.string,
29+
VDiskId: PropTypes.object,
2930
};
3031

3132
const stateSeverity = {

0 commit comments

Comments
 (0)