1
0
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:
Sebastian Malton 2021-10-18 10:11:12 -04:00
parent c7e5e530b5
commit 0b7b90da93

View File

@ -28,7 +28,7 @@ export interface ClusterViewRouteParams {
export const clusterViewRoute: RouteProps = {
exact: true,
path: "/:clusterId",
path: "/cluster/:clusterId",
};
export const clusterViewURL = buildURL<ClusterViewRouteParams>(clusterViewRoute.path);