chore: fixed better namespacing for the routeRefs
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -25,11 +25,11 @@ export const rootRouteRef = createRouteRef({
|
||||
});
|
||||
|
||||
export const projectGrowthAlertRef = createRouteRef({
|
||||
id: 'cost-insights-investigating-growth',
|
||||
id: 'cost-insights:investigating-growth',
|
||||
});
|
||||
|
||||
export const unlabeledDataflowAlertRef = createRouteRef({
|
||||
id: 'cost-insights-labeling-jobs',
|
||||
id: 'cost-insights:labeling-jobs',
|
||||
});
|
||||
|
||||
export const costInsightsPlugin = createPlugin({
|
||||
|
||||
Reference in New Issue
Block a user