diff --git a/src/model/application/component.rs b/src/model/application/component.rs index 44b9a7d54e5..e5788b1c2dc 100644 --- a/src/model/application/component.rs +++ b/src/model/application/component.rs @@ -152,6 +152,8 @@ pub struct SelectMenu { /// The options of this select menu. #[serde(default)] pub options: Vec, + /// The result location for modals + pub values: Vec, } /// A select menu component options.