fix: update default frontend hardcoded route links (#5016)
This commit is contained in:
@@ -689,7 +689,7 @@ export function useChannelsColumns(): ColumnDef<Channel>[] {
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
if (!deploymentId) return
|
||||
const targetUrl = `/console/deployment?deployment_id=${deploymentId}`
|
||||
const targetUrl = `/models/deployments?dFilter=${encodeURIComponent(String(deploymentId))}`
|
||||
window.open(targetUrl, '_blank', 'noopener')
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user