From f57e0314c835cd89b1d2d6a727242ff93ba4db89 Mon Sep 17 00:00:00 2001 From: NIKUNJ LALITKUMAR HUDKA Date: Wed, 8 May 2024 09:07:30 -0300 Subject: [PATCH] chore: render icons from EntityDisplayName Signed-off-by: NIKUNJ LALITKUMAR HUDKA --- .../components/EntityListComponent/EntityListComponent.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/catalog-import/src/components/EntityListComponent/EntityListComponent.tsx b/plugins/catalog-import/src/components/EntityListComponent/EntityListComponent.tsx index 58b541795d..12c7376f9a 100644 --- a/plugins/catalog-import/src/components/EntityListComponent/EntityListComponent.tsx +++ b/plugins/catalog-import/src/components/EntityListComponent/EntityListComponent.tsx @@ -149,11 +149,8 @@ export const EntityListComponent = (props: EntityListComponentProps) => { } : {})} > - {Icon && } - } + primary={} /> );