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:
parent
c46d0036cc
commit
ab61f84364
@ -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(),
|
||||
})}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user