Skip to content

Commit b873c28

Browse files
committed
fix: call lucide.createIcons() after rendering nest list table
1 parent 2b90e53 commit b873c28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/js/admin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,8 @@ async function renderAdminEggsSettings() {
16321632
</tr>
16331633
`).join('');
16341634

1635+
if (window.lucide) lucide.createIcons();
1636+
16351637
tbody.querySelectorAll('.nest-unavailable-toggle').forEach(toggle => {
16361638
toggle.addEventListener('change', async () => {
16371639
const nestId = parseInt(toggle.dataset.id, 10);

0 commit comments

Comments
 (0)