From cec49120414cd7cd6f4d3855b23fba1ee4d43694 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Mon, 5 Apr 2021 14:06:04 +0530 Subject: [PATCH] Issue #4773 fixed --- .../views/marketing/promotions/catalog-rules/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Admin/src/Resources/views/marketing/promotions/catalog-rules/edit.blade.php b/packages/Webkul/Admin/src/Resources/views/marketing/promotions/catalog-rules/edit.blade.php index 054c16942..1f9c5cb49 100644 --- a/packages/Webkul/Admin/src/Resources/views/marketing/promotions/catalog-rules/edit.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/marketing/promotions/catalog-rules/edit.blade.php @@ -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 ? []