Update plugins/catalog-import/src/components/ImportStepper/ImportStepper.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:36 -06:00
committed by Lucas De Souza
parent 3a5d705fd7
commit 430db47ad2
@@ -89,7 +89,7 @@ export const ImportStepper = (props: ImportStepperProps) => {
{render(
states.analyze(
state as Extract<ImportState, { activeState: 'analyze' }>,
{ apis: { catalogImportApi } },
{ apis: { catalogImportApi } },
),
)}
{render(