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 4b547e2 commit e4debc2Copy full SHA for e4debc2
src/components/VDisk/VDisk.tsx
@@ -22,7 +22,6 @@ export interface VDiskProps {
22
nodes?: NodesMap;
23
compact?: boolean;
24
inactive?: boolean;
25
- faded?: boolean;
26
showPopup?: boolean;
27
onShowPopup?: VoidFunction;
28
onHidePopup?: VoidFunction;
@@ -34,7 +33,6 @@ export const VDisk = ({
34
33
nodes,
35
compact,
36
inactive,
37
- faded,
38
showPopup,
39
onShowPopup,
40
onHidePopup,
@@ -91,7 +89,6 @@ export const VDisk = ({
91
89
diskAllocatedPercent={data.AllocatedPercent}
92
90
severity={data.Severity}
93
compact={compact}
94
- faded={faded}
95
inactive={inactive}
96
className={progressBarClassName}
97
/>
0 commit comments