refresh auto settings
Deploy HouseHub / deploy (push) Successful in 1s

This commit is contained in:
2026-06-21 11:15:51 +02:00
parent fa6521f8f5
commit 041411b070
+1
View File
@@ -235,6 +235,7 @@ function openBudgetSettings() {
function closeBudgetSettings() {
document.getElementById('modal-budget-settings').classList.remove('show');
document.body.classList.remove('no-scroll');
window.location.reload();
}
document.getElementById('modal-budget-settings')?.addEventListener('click', (e) => {