fix: carried ignoreWebhook from body to query

This commit is contained in:
mertmit
2022-04-01 19:13:30 +03:00
parent 3d232572b6
commit 1e71931f47
4 changed files with 9 additions and 8 deletions

View File

@@ -183,8 +183,10 @@ export default class GqlApi {
}`,
variables: {
id, data
},
_ignoreWebhook: !cellSaved
}
},
{
params: { ignoreWebhook: !cellSaved }
})
const colName = Object.keys(data)[0]