Added the proper type parameters to entityRouteRef
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Added the proper type parameters to entityRouteRef.
|
||||
@@ -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