Maybe get dialogs behaving properly

This commit is contained in:
Jon Staab
2024-10-15 15:52:30 -07:00
parent 4decb2f4d9
commit 9c300d40f6
22 changed files with 169 additions and 189 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
import Icon from "@lib/components/Icon.svelte"
import ModalHeader from "@lib/components/ModalHeader.svelte"
import ModalFooter from "@lib/components/ModalFooter.svelte"
import {clearModal} from "@app/modal"
import {clearModals} from "@app/modal"
import {addSpaceMembership} from "@app/commands"
export let url
@@ -15,7 +15,7 @@
const tryJoin = async () => {
await addSpaceMembership(url)
clearModal()
clearModals()
}
const join = async () => {