fix icons rendering on admins page

This commit is contained in:
daria 2025-09-18 14:26:58 +03:00
parent a1f1413975
commit f200e58397
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -291,6 +291,7 @@ define([
return [name, edPublic, action];
});
list.updateContent(newRows);
Lucide.createIcons();
};
refreshTable();
evRefreshAdmins.reg(() => {
@ -388,6 +389,7 @@ define([
}).nThen(() => {
APP.updateStatus(function () {
evRefreshAdmins.fire();
Lucide.createIcons();
});
});
});
@ -415,6 +417,7 @@ define([
// refresh
APP.updateStatus(function () {
evRefreshAdmins.fire();
Lucide.createIcons();
});
});
});