Skip to content

Commit

Permalink
Fix broken add-element button
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Feb 5, 2024
1 parent ceb0b24 commit 0bd1f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/prebuilt_searches.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const PrebuiltSearchesView = {
"prebuilt_search%5Binstitution_id%5D=" + institutionID;
$.get(url, function (data) {
$("#add-prebuilt-search-modal .modal-body").html(data);
new IDEALS.UIUtils.MultiElementList();
});
},

Expand Down

0 comments on commit 0bd1f31

Please sign in to comment.