diff --git a/plugins/catalog-import/src/components/DefaultImportPage/DefaultImportPage.tsx b/plugins/catalog-import/src/components/DefaultImportPage/DefaultImportPage.tsx index 16000465b9..aad6e8686e 100644 --- a/plugins/catalog-import/src/components/DefaultImportPage/DefaultImportPage.tsx +++ b/plugins/catalog-import/src/components/DefaultImportPage/DefaultImportPage.tsx @@ -39,11 +39,11 @@ export const DefaultImportPage = () => { const appTitle = configApi.getOptionalString('app.title') || 'Backstage'; const contentItems = [ - + , - + , ];