fdsfsda
This commit is contained in:
@@ -187,6 +187,9 @@ window.resolveReport = async function(id, action) {
|
||||
const data = await res.json();
|
||||
if (data.success) {
|
||||
window.loadReports(window.currentPage);
|
||||
if (window.NotificationSystemInstance && typeof window.NotificationSystemInstance.pollDebounced === 'function') {
|
||||
window.NotificationSystemInstance.pollDebounced();
|
||||
}
|
||||
} else {
|
||||
alert('Error: ' + data.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user