fix(catalog): Address PR feedback

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-05-23 11:10:11 -05:00
parent 62f4c6d195
commit 62d2a70660
8 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ const app = createApp({
bind(catalogPlugin.externalRoutes, {
createComponent: scaffolderPlugin.routes.root,
viewTechDoc: techdocsPlugin.routes.docRoot,
selectedTemplateRoute: scaffolderPlugin.routes.selectedTemplate,
createFromTemplate: scaffolderPlugin.routes.selectedTemplate,
});
bind(apiDocsPlugin.externalRoutes, {
registerApi: catalogImportPlugin.routes.importPage,