Rework the user flow of the catalog-import plugin

This commit is contained in:
Dominik Henneke
2021-02-01 15:43:50 +01:00
parent 19d354c78e
commit 68dd79d83a
55 changed files with 4443 additions and 1251 deletions
+1 -4
View File
@@ -69,10 +69,7 @@ const catalogRouteRef = createRouteRef({
const routes = (
<FlatRoutes>
<Navigate key="/" to="/catalog" />
<Route
path="/catalog-import"
element={<ImportComponentRouter catalogRouteRef={catalogRouteRef} />}
/>
<Route path="/catalog-import" element={<ImportComponentRouter />} />
<Route
path={`${catalogRouteRef.path}`}
element={<CatalogRouter EntityPage={EntityPage} />}