Update pkg/tui/views/dashboard/update.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-18 13:43:05 +01:00
committed by GitHub
parent b32e5a5946
commit 4dcb67e490

View File

@@ -27,9 +27,6 @@ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
m.currentFeedback = msg.Feedback
if msg.Feedback.Success {
m.showComplete = true
if m.quitChan != nil {
close(m.quitChan)
}
return m, tea.Quit
}
return m, m.listenForValidation()