mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
FIX: enums should be treated as flat arrays (#8995)
This commit is contained in:
parent
67ee79f023
commit
05be9beefd
|
@ -3,6 +3,8 @@
|
||||||
content=setting.validValues
|
content=setting.validValues
|
||||||
value=value
|
value=value
|
||||||
onChange=(action (mut value))
|
onChange=(action (mut value))
|
||||||
|
valueProperty=null
|
||||||
|
nameProperty=null
|
||||||
options=(hash
|
options=(hash
|
||||||
castInteger=true
|
castInteger=true
|
||||||
allowAny=setting.allowsNone
|
allowAny=setting.allowsNone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user