mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:16:37 +00:00
fix: carried ignoreWebhook from body to query
This commit is contained in:
@@ -183,8 +183,10 @@ export default class GqlApi {
|
||||
}`,
|
||||
variables: {
|
||||
id, data
|
||||
},
|
||||
_ignoreWebhook: !cellSaved
|
||||
}
|
||||
},
|
||||
{
|
||||
params: { ignoreWebhook: !cellSaved }
|
||||
})
|
||||
|
||||
const colName = Object.keys(data)[0]
|
||||
|
||||
Reference in New Issue
Block a user