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:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user