From 2c39b7d57a4668a9d606b5e2a03f1d6009ecc76f Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 14 Sep 2023 13:42:42 +0200 Subject: [PATCH] Set routeRef id Signed-off-by: Johan Haals --- plugins/graphiql/src/alpha.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/graphiql/src/alpha.tsx b/plugins/graphiql/src/alpha.tsx index 7c6cb8f07f..3d1bf839af 100644 --- a/plugins/graphiql/src/alpha.tsx +++ b/plugins/graphiql/src/alpha.tsx @@ -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({