We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec26dbe commit 9cf8cacCopy full SHA for 9cf8cac
src/components/SyncModal/index.js
@@ -40,7 +40,7 @@ const SyncModal = ({ columns, onClose, perspectiveId, foreignChanges }) => {
40
const [applySync, { error: errorApply, loading: loadingApply }] = useMutation(
41
applySyncMutation, {
42
variables: { perspectiveId, remote: 'xal', debugFlag: true },
43
- onCompleted: ({data: {apply_sync: {triumph, message} }}) => {
+ onCompleted: ({apply_sync: {triumph, message}}) => {
44
if (message)
45
console.log(message)
46
}
0 commit comments