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
@@ -18,7 +18,7 @@
const back = () => history.back()
const confirm = async (url: string) => {
await addSpaceMembership(url).result
await addSpaceMembership(url)
goto(makeSpacePath(url), {replaceState: true})