mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix PersistentVolumeClaims->StorageClass link details being blank
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f61330611e
commit
5a09150b55
@ -38,6 +38,7 @@ class NonInjectedStorageClassDetails extends React.Component<StorageClassDetails
|
|||||||
disposeOnUnmount(this, [
|
disposeOnUnmount(this, [
|
||||||
this.props.subscribeStores([
|
this.props.subscribeStores([
|
||||||
this.props.persistentVolumeStore,
|
this.props.persistentVolumeStore,
|
||||||
|
this.props.storageClassStore,
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user