Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 21, 2024
1 parent edd7622 commit 22068b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
for _, value := range option.Values {
dropdownOptions = append(dropdownOptions, api.OptionItem{
Name: value,
Value: fmt.Sprintf("%s %s", option.Flags[0], value),
Value: value,
})
}

Expand All @@ -252,7 +252,7 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
},
InitialOption: &api.OptionItem{
Name: "true",
Value: "true",
Value: "true"),
},
})
}
Expand Down

0 comments on commit 22068b4

Please sign in to comment.