FIX: brings back castInteger as a safer migration path for sk2 (#8966)
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
content=setting.validValues
|
||||
value=value
|
||||
onChange=(action (mut value))
|
||||
allowAny=setting.allowsNone
|
||||
options=(hash
|
||||
castInteger=true
|
||||
allowAny=setting.allowsNone
|
||||
)
|
||||
}}
|
||||
|
||||
{{preview}}
|
||||
|
||||
Reference in New Issue
Block a user