Await publish when appropriate

This commit is contained in:
Jon Staab
2024-10-17 12:08:19 -07:00
parent 96bc07c739
commit f4db820588
5 changed files with 14 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
const back = () => history.back()
const tryJoin = async () => {
await addSpaceMembership(url).result
await addSpaceMembership(url)
clearModals()
}