mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
fix a bug where modifying trigger opts failed (#1465)
This commit is contained in:
parent
e17fb119e3
commit
81c950ecc5
@ -111,7 +111,7 @@ class OperationEditor extends React.Component {
|
||||
dispatch(
|
||||
toggleQueryType(
|
||||
qt,
|
||||
allTableColumns,
|
||||
allTableColumns.map(c => c.name),
|
||||
!modifyTrigger.definition[qt]
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user