Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 20, 2024
1 parent db82e3f commit e1b2529
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 @@ -248,10 +248,10 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput {
Options: dropdownOptions,
},
},
// InitialOption: &api.OptionItem{
// Name: state[option.Flags[0]], // Fetch previous selection from state
// Value: state[option.Flags[0]],
// },
InitialOption: &api.OptionItem{
Name: state[option.Flags[0]], // Fetch previous selection from state
Value: state[option.Flags[0]],
},
})
}

Expand Down

0 comments on commit e1b2529

Please sign in to comment.