chore: code review comments and renaming some ids for routeRefs
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -21,7 +21,7 @@ export const gitOpsClusterListRoute = createRouteRef({
|
||||
});
|
||||
|
||||
export const gitOpsClusterDetailsRoute = createRouteRef({
|
||||
id: 'gitops-cluster/:owner/:repo',
|
||||
id: 'gitops-cluster-details',
|
||||
params: ['owner', 'repo'],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user