From 3a5d705fd70834077022614666581653d42186e0 Mon Sep 17 00:00:00 2001 From: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:40:31 -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 | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx index d936eaeba0..aa9daffee1 100644 --- a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx +++ b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx @@ -42,7 +42,6 @@ export interface StepInitAnalyzeUrlProps { disablePullRequest?: boolean; analysisUrl?: string; exampleLocationUrl?: string; - filters?: Array, } /**