mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
fix icons rendering on admins page
This commit is contained in:
parent
a1f1413975
commit
f200e58397
@ -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();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user