forked from coracle/flotilla
Add retry for thunks
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user