mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +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(
|
dispatch(
|
||||||
toggleQueryType(
|
toggleQueryType(
|
||||||
qt,
|
qt,
|
||||||
allTableColumns,
|
allTableColumns.map(c => c.name),
|
||||||
!modifyTrigger.definition[qt]
|
!modifyTrigger.definition[qt]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user