We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90e53 commit b873c28Copy full SHA for b873c28
1 file changed
public/js/admin.js
@@ -1632,6 +1632,8 @@ async function renderAdminEggsSettings() {
1632
</tr>
1633
`).join('');
1634
1635
+ if (window.lucide) lucide.createIcons();
1636
+
1637
tbody.querySelectorAll('.nest-unavailable-toggle').forEach(toggle => {
1638
toggle.addEventListener('change', async () => {
1639
const nestId = parseInt(toggle.dataset.id, 10);
0 commit comments