diff --git a/src/components/import/SourceConfigPanel.tsx b/src/components/import/SourceConfigPanel.tsx index 59ebb82..0648919 100644 --- a/src/components/import/SourceConfigPanel.tsx +++ b/src/components/import/SourceConfigPanel.tsx @@ -101,27 +101,22 @@ export default function SourceConfigPanel({ ))} {selectedTemplateId && ( - - )} - {configTemplates.length > 0 && ( -
- {configTemplates.map((tpl) => ( - - ))} -
+ <> + + + )}