mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 14:26:21 +08:00
Revert "FIX: enums should be treated as flat arrays (#8995)"
This reverts commit 05be9beefda17714b41c51a43836caeabf34ee78.
This commit is contained in:
@ -3,8 +3,6 @@
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user