chore: code review comments and renaming some ids for routeRefs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-17 20:34:46 +01:00
parent 2e3e2c2cbe
commit 7c55fae208
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const gitOpsClusterListRoute = createRouteRef({
});
export const gitOpsClusterDetailsRoute = createRouteRef({
id: 'gitops-cluster/:owner/:repo',
id: 'gitops-cluster-details',
params: ['owner', 'repo'],
});