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