Merge pull request #4597 from backstage/freben/entity-route-ref
Added the proper type parameters to entityRouteRef
This commit is contained in:
@@ -31,6 +31,7 @@ export const entityRoute = createRouteRef({
|
||||
icon: NoIcon,
|
||||
path: ':namespace/:kind/:name/*',
|
||||
title: 'Entity',
|
||||
params: ['namespace', 'kind', 'name'],
|
||||
});
|
||||
export const entityRouteRef = entityRoute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user