这是indexloc提供的服务,不要输入任何密码
Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class OperationEditor extends React.Component {
dispatch(
toggleQueryType(
qt,
allTableColumns,
allTableColumns.map(c => c.name),
!modifyTrigger.definition[qt]
)
);
Expand Down