mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Another revert
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c7e5e530b5
commit
0b7b90da93
@ -28,7 +28,7 @@ export interface ClusterViewRouteParams {
|
|||||||
|
|
||||||
export const clusterViewRoute: RouteProps = {
|
export const clusterViewRoute: RouteProps = {
|
||||||
exact: true,
|
exact: true,
|
||||||
path: "/:clusterId",
|
path: "/cluster/:clusterId",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const clusterViewURL = buildURL<ClusterViewRouteParams>(clusterViewRoute.path);
|
export const clusterViewURL = buildURL<ClusterViewRouteParams>(clusterViewRoute.path);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user