chore: release v0.26.3

This commit is contained in:
Ulas Kalayci
2026-04-27 12:45:53 +02:00
parent 3747db1096
commit d1e48857b6
5 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ function openBirthdayModal({ mode, birthday = null }) {
renderUpcoming();
renderSuggestions();
renderList();
closeModal();
closeModal({ force: true });
} catch (err) {
window.oikos?.showToast(err.message, 'danger');
saveBtn.disabled = false;