0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

Merge pull request #3498 from penpot/niwinz-staging-bugfixes-6

🐛 Allow nil values on bool content params
This commit is contained in:
Alejandro 2023-08-07 12:57:30 +02:00 committed by GitHub
commit 211de1bb9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}