Fetch after add
All checks were successful
CI / test (push) Successful in 1m1s
CI / build (push) Successful in 55s

This commit is contained in:
Justin Hawkins 2025-06-18 13:27:07 +02:00
parent 0d027788f1
commit 0bd387caf7

View File

@ -48,6 +48,7 @@ func (m model) updateForm(msg tea.Msg) (tea.Model, tea.Cmd) {
} else {
m.statusBarMessage = "Successfully logged time"
m.tuiMode = MODE_CAL
return m, m.fetchMiteData()
}
}