From 1b6bc7ca4c95fee525734899c8a89450b3805b31 Mon Sep 17 00:00:00 2001 From: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:40:20 -0600 Subject: [PATCH] Update plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx Co-authored-by: Lucas Desouza Signed-off-by: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> Signed-off-by: Lucas De Souza --- .../src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);