Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 23, 2024
1 parent 3d41865 commit 3aca7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
}
if option.Type == "text" {
plaintextInputs = append(plaintextInputs, api.LabelInput{
Command: cmdPrefix(fmt.Sprintf("select_plain %s %s", flagKey, flagKey)),
Command: cmdPrefix(fmt.Sprintf("select_plain %s %s %s", flagKey, option.Flags[0])),
Text: option.Description,
Placeholder: "Please write parameter value",
DispatchedAction: api.DispatchInputActionOnEnter,
Expand Down

0 comments on commit 3aca7f9

Please sign in to comment.