From dac60d5d53c9beb939403bfce8a1479b60c84157 Mon Sep 17 00:00:00 2001 From: Arturs Jansons Date: Tue, 17 Oct 2023 10:45:48 +0300 Subject: [PATCH] Update contentItems in DefaultImportPage.tsx Fixes 'Warning: Each child in a list should have a unique "key" prop.' Signed-off-by: Arturs Jansons --- .../src/components/DefaultImportPage/DefaultImportPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [ - + , - + , ];