Merge pull request #4776 from rahulshukla-webkul/4773
Issue #4773 fixed
This commit is contained in:
commit
88ecc3ea2c
|
|
@ -515,7 +515,7 @@
|
|||
});
|
||||
|
||||
if (matchedAttribute[0]['type'] == 'multiselect' || matchedAttribute[0]['type'] == 'checkbox') {
|
||||
this.condition.operator = '{}';
|
||||
// this.condition.operator = '{}';
|
||||
|
||||
this.condition.value = this.condition.value == '' && this.condition.value != undefined
|
||||
? []
|
||||
|
|
|
|||
Loading…
Reference in New Issue