mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 18:06:49 +00:00
fix: hotfix reverting breaking changes
-changed variable name to _ignoreWebhook -if _ignoreWebhook not present fire the webhook as intended
This commit is contained in:
@@ -184,7 +184,7 @@ export default class GqlApi {
|
||||
variables: {
|
||||
id, data
|
||||
},
|
||||
_cellSaved: cellSaved
|
||||
_ignoreWebhook: !cellSaved
|
||||
})
|
||||
|
||||
const colName = Object.keys(data)[0]
|
||||
|
||||
Reference in New Issue
Block a user