From eb7f465913489ae1e8b1a05f7f15ade869c15a84 Mon Sep 17 00:00:00 2001 From: merdan Date: Tue, 1 Nov 2022 14:19:03 +0500 Subject: [PATCH] filter options --- .../src/Resources/views/catalog/attributes/edit.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/Sarga/Admin/src/Resources/views/catalog/attributes/edit.blade.php b/packages/Sarga/Admin/src/Resources/views/catalog/attributes/edit.blade.php index 537f02f2f..a55bf623e 100644 --- a/packages/Sarga/Admin/src/Resources/views/catalog/attributes/edit.blade.php +++ b/packages/Sarga/Admin/src/Resources/views/catalog/attributes/edit.blade.php @@ -317,7 +317,7 @@
- +
@@ -391,9 +391,6 @@ {{ __('admin::app.catalog.attributes.add-option-btn-title') }} - @@ -435,6 +432,7 @@ } }, filter: function(){ + this.optionRows =[] this.getAttributeOptions(); } },