mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 11:09:04 -05:00
Merge pull request #3498 from penpot/niwinz-staging-bugfixes-6
🐛 Allow nil values on bool content params
This commit is contained in:
commit
211de1bb9c
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@
|
||||||
[:relative {:optional true} :boolean]
|
[:relative {:optional true} :boolean]
|
||||||
[:prev-pos {:optional true} ::gpt/point]
|
[:prev-pos {:optional true} ::gpt/point]
|
||||||
[:params {:optional true}
|
[: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
|
(sm/def! ::rect-attrs
|
||||||
[:map {:title "RectAttrs"}
|
[:map {:title "RectAttrs"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue