Unverified Commit ab61f843 authored by Mario Sarcher's avatar Mario Sarcher Committed by GitHub
Browse files

Fixes the Catalog ItemListLayout that rendered outdated Entities (#4845)

Showing with 1 addition and 0 deletions
+1 -0
......@@ -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(),
})}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment