fix: Be able to overrid variables in mutate (#946)

This commit is contained in:
ryo
2020-07-28 00:07:48 +09:00
committed by GitHub
parent 7495987fdb
commit 1867e73d54
@@ -98,8 +98,8 @@ export function useMutation<
...currentOptions,
...overrideOptions,
variables: {
...variables || {},
...currentOptions.variables || {},
...variables || {},
},
})
loading.value = false