mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Make a path command params property nilable on spec.
This commit is contained in:
parent
a2e80cee47
commit
16788d7ab7
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@
|
||||||
(s/keys :req-un [:internal.shape.text/text])))
|
(s/keys :req-un [:internal.shape.text/text])))
|
||||||
|
|
||||||
(s/def :internal.shape.path/command keyword?)
|
(s/def :internal.shape.path/command keyword?)
|
||||||
(s/def :internal.shape.path/params (s/map-of keyword? any?))
|
(s/def :internal.shape.path/params (s/nilable (s/map-of keyword? any?)))
|
||||||
(s/def :internal.shape.path/command-item
|
(s/def :internal.shape.path/command-item
|
||||||
(s/keys :req-un [:internal.shape.path/command
|
(s/keys :req-un [:internal.shape.path/command
|
||||||
:internal.shape.path/params]))
|
:internal.shape.path/params]))
|
||||||
|
|
Loading…
Reference in a new issue