Skip to content

Commit

Permalink
fix: save tweakwise filter template
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed May 1, 2024
1 parent 8653c79 commit 2612dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/adminhtml/web/js/filter-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ define([
});

//select different filter template
$('select[name="tweakwise_filter_template"]').unbind('change');
$('select[name="tweakwise_filter_template"]').on('change', function(evt) {
$('select[name*="[attribute-tmp]"]').trigger('initAttributes');
});
Expand Down

0 comments on commit 2612dc2

Please sign in to comment.