Skip to content

Commit 91829ad

Browse files
authored
fix: calculateClusterPath (#3177)
1 parent 0267e23 commit 91829ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Clusters/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export function calculateClusterPath(row: PreparedCluster, activeTab?: ClusterTa
2020
return getClusterPath(
2121
{
2222
activeTab,
23-
environment: settings?.auth_service,
23+
environment: clusterDomain ? undefined : settings?.auth_service,
2424
},
2525
{
26-
backend,
26+
backend: clusterDomain ? undefined : backend,
2727
clusterName: clusterDomain && clusterExternalName ? clusterExternalName : clusterName,
2828
},
2929
{withBasename: true},

0 commit comments

Comments
 (0)