1
0
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:
Sebastian Malton 2022-07-26 09:07:52 -04:00
parent f61330611e
commit 5a09150b55

View File

@ -38,6 +38,7 @@ class NonInjectedStorageClassDetails extends React.Component<StorageClassDetails
disposeOnUnmount(this, [
this.props.subscribeStores([
this.props.persistentVolumeStore,
this.props.storageClassStore,
]),
]);
}