chore: fix enter

This commit is contained in:
Kujtim Hoxha
2025-07-29 16:58:44 +02:00
parent 72f97399e6
commit b5c171ea9e

View File

@@ -331,6 +331,7 @@ func (s *splashCmp) saveAPIKeyAndContinue(apiKey string) tea.Cmd {
cmd := s.setPreferredModel(*s.selectedModel)
s.isOnboarding = false
s.selectedModel = nil
s.isAPIKeyValid = false
return tea.Batch(cmd, util.CmdHandler(OnboardingCompleteMsg{}))
}