From 4dcb67e490b69d2f8db0fe8a065a3800b045243c Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:43:05 +0100 Subject: [PATCH] Update pkg/tui/views/dashboard/update.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/tui/views/dashboard/update.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/tui/views/dashboard/update.go b/pkg/tui/views/dashboard/update.go index 47aaf13..eacd83a 100644 --- a/pkg/tui/views/dashboard/update.go +++ b/pkg/tui/views/dashboard/update.go @@ -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()