Compare commits

...

6 Commits

View File

@@ -190,8 +190,8 @@ export const Condition: React.FC<Props> = (props) => {
iconStyle="with-border"
onClick={() =>
addCondition({
andIndex,
fieldName,
andIndex: andIndex + 1,
fieldName: fields[0].value,
orIndex,
relation: 'and',
})