Update plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx

Co-authored-by: Lucas Desouza <lucas.desouza@aa.com>
Signed-off-by: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com>
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
This commit is contained in:
Justin De Burgo
2022-11-15 16:40:20 -06:00
committed by Lucas De Souza
parent ea96a02064
commit 1b6bc7ca4c
@@ -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);