Set routeRef id

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-09-14 13:42:42 +02:00
parent 4223e183d2
commit 2c39b7d57a
+1 -1
View File
@@ -37,7 +37,7 @@ import {
IconComponent,
} from '@backstage/core-plugin-api';
const graphiqlRouteRef = createRouteRef({ id: 'graphiql' });
const graphiqlRouteRef = createRouteRef({ id: 'plugin.graphiql.page' });
/** @alpha */
export const GraphiqlPage = createPageExtension({