Skip to content

Commit

Permalink
Reset hold filter on product change
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeryfertitta committed Dec 19, 2023
1 parent 36d81ba commit bf638dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function updateProductSize(holds, products, productSizeId) {
);
};
image.src = `${imageDir}/0.png`;
document.getElementById("input-hold-filter").value = "";
}

function populateFilters(angles, grades, holds, products) {
Expand Down

0 comments on commit bf638dc

Please sign in to comment.