ignore: fix session activation after creation to ensure proper state management

This commit is contained in:
Dax Raad
2025-10-24 15:24:17 -04:00
parent 82249754e7
commit 18e549a474

View File

@@ -167,7 +167,6 @@ export default function Page() {
session = created.data ?? undefined
}
if (!session) return
local.session.setActive(session.id)
interface SubmissionAttachment {
path: string
@@ -262,6 +261,7 @@ export default function Page() {
],
},
})
local.session.setActive(session.id)
}
const handleNewSession = () => {