mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 09:35:05 +00:00
wip(desktop): new layout work
This commit is contained in:
@@ -266,7 +266,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
||||
if (!existing) {
|
||||
const created = await sdk.client.session.create()
|
||||
existing = created.data ?? undefined
|
||||
if (existing) navigate(`/session/${existing.id}`)
|
||||
if (existing) navigate(`${local.slug()}/session/${existing.id}`)
|
||||
}
|
||||
if (!existing) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user