mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: use proper link to workspace proxies page (#9183)
we changed the route in #9070
This commit is contained in:
@@ -361,7 +361,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
|
||||
<MenuItem
|
||||
sx={{ fontSize: 14 }}
|
||||
onClick={() => {
|
||||
navigate("settings/deployment/workspace-proxies")
|
||||
navigate("deployment/workspace-proxies")
|
||||
}}
|
||||
>
|
||||
Proxy settings
|
||||
|
||||
Reference in New Issue
Block a user