mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
chore: fix enter
This commit is contained in:
@@ -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{}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user