Skip to content

Commit

Permalink
Fix sorting on site item sets UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed May 13, 2024
1 parent 32aa98b commit cbcf39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/js/site-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
});

new Sortable(document.getElementById('site-item-sets'), {
new Sortable(document.querySelector('#site-item-sets .resource-rows'), {
draggable: '.resource-row',
handle: '.sortable-handle',
});
Expand Down

0 comments on commit cbcf39b

Please sign in to comment.