mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
FIX: fixes regression where wizard dropdown couldn't update (#10838)
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
content=field.choices
|
||||
nameProperty="label"
|
||||
tabindex="9"
|
||||
onChange=(mut field.value)
|
||||
onChange=(fn (mut field.value))
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user