Fix tooltip for clear reminders [SCI-7472]

This commit is contained in:
Anton 2022-11-28 10:11:06 +01:00
parent 1a700b8359
commit 8ef5a742f6

View file

@ -842,6 +842,7 @@ var RepositoryDatatable = (function(global) {
success: function() {
$('#hideRepositoryReminders').remove();
TABLE.ajax.reload();
$('.tooltip').remove();
}
});
});