diff --git a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx index 49e4a4fa4a..d936eaeba0 100644 --- a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx +++ b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx @@ -114,8 +114,9 @@ export const StepInitAnalyzeUrl = (props: StepInitAnalyzeUrlProps) => { } default: { - const err = `Received unknown analysis result of type ${(analysisResult as any).type - }. Please contact the support team.`; + const err = `Received unknown analysis result of type ${ + (analysisResult as any).type + }. Please contact the support team.` setError(err); setSubmitted(false);