mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: fixes regression where wizard dropdown couldn't update (#10838)
This commit is contained in:
parent
34c99da205
commit
e3b2fc6074
@ -5,5 +5,5 @@
|
|||||||
content=field.choices
|
content=field.choices
|
||||||
nameProperty="label"
|
nameProperty="label"
|
||||||
tabindex="9"
|
tabindex="9"
|
||||||
onChange=(mut field.value)
|
onChange=(fn (mut field.value))
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user