mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Allow nil values on bool content params
This commit is contained in:
parent
a494b89bba
commit
fe80aab394
@ -184,7 +184,8 @@
|
||||
[:relative {:optional true} :boolean]
|
||||
[:prev-pos {:optional true} ::gpt/point]
|
||||
[:params {:optional true}
|
||||
[:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]])
|
||||
[:maybe
|
||||
[:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]]])
|
||||
|
||||
(sm/def! ::rect-attrs
|
||||
[:map {:title "RectAttrs"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user