ignore: fix session activation after creation to ensure proper state management
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

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 = () => {