Skip to content

Commit

Permalink
Fix modal was not hidden after project deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Mar 5, 2024
1 parent e36bfe7 commit 577118d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ define(['cascade'], function ($cascade) {
success: function () {
notifyManager.notify(Handlebars.compile(current.$messages.deleted)(name));
current.table?.api().ajax.reload();
_('popup-delete').modal('hide');
}
});
},
Expand Down

0 comments on commit 577118d

Please sign in to comment.