fix(ApolloMutation): return result in mutate

This commit is contained in:
Guillaume Chau
2024-01-15 10:36:02 +01:00
parent b17817e9c9
commit ddf9aa038a
@@ -82,6 +82,7 @@ export default {
}).then(result => {
this.$emit('done', result)
this.loading = false
return result
}).catch(e => {
addGqlError(e)
this.error = e