fix: use proper link to workspace proxies page (#9183)

we changed the route in #9070
This commit is contained in:
Ben Potter
2023-08-18 11:49:14 -05:00
committed by GitHub
parent c93782aba6
commit 36fcee50b6
+1 -1
View File
@@ -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