This commit is contained in:
parent
a76497c110
commit
e3b7c93300
|
|
@ -198,7 +198,7 @@ export const useChatHandler = () => {
|
|||
}
|
||||
const homePath = locale === defaultLocale ? "/" : `/${locale}`
|
||||
|
||||
return router.push(`/${homePath}/${selectedWorkspace.id}/chat`)
|
||||
return router.push(`${homePath}/${selectedWorkspace.id}/chat`)
|
||||
|
||||
// return router.push(`/${locale}/${selectedWorkspace.id}/chat`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue