Fix filter priorities not working

This commit is contained in:
Jay Trees 2022-04-08 16:11:50 +02:00
parent bc2015fe97
commit 9a6dc2bf51

View file

@ -3,6 +3,6 @@ $(function () {
/**
* Priority
*/
$('.dropdown.priority').dropdown();
$('.modal .wishlist-wish-add .dropdown.priority').dropdown();
});