Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 20, 2024
1 parent 24b8eb2 commit 391016c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,6 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
Options: dropdownOptions,
},
},
InitialOption: func() *api.OptionItem {
if val, exists := state[option.Flags[0]]; exists && val != "" {
return &api.OptionItem{Name: val, Value: val}
}
// No initial option if the state doesn't have the key
return nil
}(),
})
}

Expand Down

0 comments on commit 391016c

Please sign in to comment.