Fix modal stuff

This commit is contained in:
Jon Staab
2025-04-29 15:20:40 -07:00
parent c582082816
commit 5873e8aa60
3 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -13,6 +13,8 @@
const {next} = $props()
const nextUrl = $state.snapshot(next)
let loading = $state(false)
const enableChat = async () => {
@@ -23,7 +25,7 @@
}
clearModals()
goto(next)
goto(nextUrl)
}
const submit = async () => {