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
@@ -13,7 +13,7 @@
const back = () => history.back()
const tryJoin = async () => {
await addSpaceMembership(url)
await addSpaceMembership(url).result
clearModals()
}