fix: small spec disrepancy for multi_select
This commit is contained in:
parent
c2fde492eb
commit
432e38c808
|
@ -992,7 +992,7 @@ pub enum Property {
|
|||
},
|
||||
MultiSelect {
|
||||
id: String,
|
||||
options: Option<Vec<SelectOption>>,
|
||||
multi_select: Vec<SelectOption>,
|
||||
},
|
||||
Number {
|
||||
id: String,
|
||||
|
|
Loading…
Reference in a new issue