Restore add wish form after success

This commit is contained in:
Jay 2022-04-09 19:48:13 +02:00
parent 09fdf1ed18
commit 7c55c91590

View file

@ -384,8 +384,9 @@ $(function () {
wishlistsRefresh();
form.trigger('reset');
form.find('.dropdown').dropdown('restore defaults');
modalWishlistWishAdd.modal('hide');
buttonAdd.removeClass('loading');
})
.catch(handleFetchCatch);