Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 22, 2024
1 parent b0496a8 commit baf8738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
Options: dropdownOptions,
},
},
InitialOption: &api.OptionItem{
Name: option.Default,
Value: fmt.Sprintf("%s %s", option.Flags[0], option.Default),
},
// InitialOption: &api.OptionItem{
// Name: option.Default,
// Value: fmt.Sprintf("%s %s", option.Flags[0], option.Default),
// },
})
}

Expand Down

0 comments on commit baf8738

Please sign in to comment.