Merge pull request #4776 from rahulshukla-webkul/4773

Issue #4773 fixed
This commit is contained in:
Glenn Hermans 2021-04-05 18:38:05 +02:00 committed by GitHub
commit 88ecc3ea2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
? []