fix a bug where modifying trigger opts failed (#1465)

This commit is contained in:
Rishichandra Wawhal 2019-01-26 11:11:53 +05:30 committed by Shahidh K Muhammed
parent e17fb119e3
commit 81c950ecc5

View File

@ -111,7 +111,7 @@ class OperationEditor extends React.Component {
dispatch(
toggleQueryType(
qt,
allTableColumns,
allTableColumns.map(c => c.name),
!modifyTrigger.definition[qt]
)
);