Fix Checkbox and Radio API in iced_web
This commit is contained in:
parent
67fd107746
commit
f7825fd936
3 changed files with 10 additions and 5 deletions
|
|
@ -530,7 +530,7 @@ impl<'a> Step {
|
|||
|choices, language| {
|
||||
choices.push(Radio::new(
|
||||
language,
|
||||
&String::from(language),
|
||||
language,
|
||||
selection,
|
||||
StepMessage::LanguageSelected,
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue