Fix wish not updating after saving

This commit is contained in:
grandeljay 2022-11-28 11:45:36 +01:00
parent 6178983c4e
commit 6681c3f9c1

View file

@ -783,7 +783,7 @@ $(function () {
$('body').toast({ message: wishthis.strings.toast.wish.update });
$('.ui.dropdown.wishlists').api('query');
$('.ui.dropdown.filter.priority').api('query');
modalAddOrEdit.modal('hide');
})