Add retry for thunks

This commit is contained in:
Jon Staab
2024-10-17 11:56:13 -07:00
parent d00bc64ffd
commit 96bc07c739
6 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
const back = () => history.back()
const confirm = async (url: string) => {
await addSpaceMembership(url)
await addSpaceMembership(url).result
goto(makeSpacePath(url), {replaceState: true})