BugFix: Reload Page after saving new Entry for see actual data

sortierung
Samuel Zielke 1 year ago
parent f116008bbd
commit 689e9f0948

@ -67,7 +67,8 @@ NewEntryButton.addEventListener('click', () => {
}
addEntry(newEntryData).then((id) => {
console.log('Eintrag hinzugefügt mit ID:', id);
// console.log('Eintrag hinzugefügt mit ID:', id);
location.reload()
});
hours.value = null

Loading…
Cancel
Save

Powered by TurnKey Linux.