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 outdated Entities (#4845)

This commit is contained in:
Mario Sarcher 2022-02-10 16:35:02 +01:00 committed by GitHub
parent c46d0036cc
commit ab61f84364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(),
})}