chore(confirm): remove inefficient assignment

This commit is contained in:
Christoper Hans 2022-09-24 16:35:34 +07:00 committed by Maas Lalani
parent 02591074e4
commit 6c9c1eb8eb
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -51,7 +51,6 @@ func (m model) Init() tea.Cmd {
if m.timeout > 0 {
return tick()
}
m.defaultSelection = m.confirmation
return nil
}