Skip to content

Commit

Permalink
Correct typo to be sure we remove previous modal
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Apr 8, 2024
1 parent 9b2f3e6 commit 4a9c6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Admin/Browser/app.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
let req = new XMLHttpRequest();
req.onload = function(progress) {
if (this.status === 200) {
$('.monsieurbiz-sylius-menu-browser_modal').remove();
$('.monsieurbiz-sylius-menu-browser__modal').remove();
monsieurbizSyliusMenuBrowserRemoveLoaderModal();
$(this.responseText).modal({duration: 0,inverted: true,blurring: true}).modal('show');
} else {
Expand Down

0 comments on commit 4a9c6f5

Please sign in to comment.