mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
🐛 Avoid spec failure if not path or annotations
This commit is contained in:
parent
30dd9c5222
commit
568338ad68
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
(s/def ::page-id uuid?)
|
||||
(s/def ::component-id uuid?)
|
||||
(s/def ::name string?)
|
||||
(s/def ::path string?)
|
||||
(s/def ::annotation string?)
|
||||
(s/def ::path (s/nilable string?))
|
||||
(s/def ::annotation (s/nilable string?))
|
||||
|
||||
(defmulti operation-spec :type)
|
||||
|
||||
|
|
Loading…
Reference in a new issue