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={}
/>
);