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, } /**