Skip to content

Commit

Permalink
Allow select menu response for modals (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM committed Jul 6, 2022
1 parent c5cc876 commit 24c0284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/application/component.rs
Expand Up @@ -152,6 +152,8 @@ pub struct SelectMenu {
/// The options of this select menu.
#[serde(default)]
pub options: Vec<SelectMenuOption>,
/// The result location for modals
pub values: Vec<String>,
}

/// A select menu component options.
Expand Down

0 comments on commit 24c0284

Please sign in to comment.