mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
@@ -24,7 +24,7 @@ const LinkWithSearchParams = ({
|
||||
let prefixedUrl = to;
|
||||
|
||||
if (!clusterMode) {
|
||||
prefixedUrl = `/${context}${to}`;
|
||||
prefixedUrl = `/${encodeURIComponent(context)}${to}`;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user