Merge pull request #30961 from backstage/fix-scaffolder-default-route-binding-in-catalog

catalog: fix incorrect defaultTarget in createComponentRouteRef
This commit is contained in:
Fredrik Adelöw
2025-09-09 13:30:07 +02:00
committed by GitHub
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import {
export const createComponentRouteRef = createExternalRouteRef({
id: 'create-component',
optional: true,
defaultTarget: 'scaffolder.createComponent',
defaultTarget: 'scaffolder.root',
});
export const viewTechDocRouteRef = createExternalRouteRef({