1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixes the Catalog ItemListLayout that rendered from Entities

Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
Mario Sarcher 2022-02-10 15:08:33 +01:00
parent e72c9ff110
commit ee16bc493c
No known key found for this signature in database
GPG Key ID: 112CD69D9AE53E45

View File

@ -262,6 +262,7 @@ class NonInjectedCatalog extends React.Component<Props & Dependencies> {
isSelectable={false}
isConfigurable={true}
store={catalogEntityStore}
getItems={() => catalogEntityStore.entities}
customizeTableRowProps={entity => ({
disabled: !entity.isEnabled(),
})}