Skip to content

Commit

Permalink
fix: selecting attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 17, 2024
1 parent 69e0406 commit 37a9fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/adminhtml/web/js/filter-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ define([
inputValue.show();
} else {
inputAttribute.hide();
selectValue.val(facetValue);
if (selectValue.val() != 'tw_other') {
inputValue.hide();
inputAttribute.val(facetValue);
Expand Down

0 comments on commit 37a9fef

Please sign in to comment.