mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 16:56:10 +02:00
🐛 Fix incorrect alias on shape-attrs spec on workspace.
This commit is contained in:
parent
b586f2552c
commit
26e5d57ced
3 changed files with 3 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
[cuerdas.core :as str]
|
||||
[potok.core :as ptk]))
|
||||
|
||||
(s/def ::shape-attrs ::spec.shape/shape)
|
||||
(s/def ::shape-attrs ::spec.shape/shape-attrs)
|
||||
(s/def ::set-of-string
|
||||
(s/every string? :kind set?))
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
;; Change this to :info :debug or :trace to debug this module
|
||||
(log/set-level! :warn)
|
||||
|
||||
(s/def ::shape-attrs ::spec.shape/shape)
|
||||
(s/def ::shape-attrs ::spec.shape/shape-attrs)
|
||||
(s/def ::set-of-string (s/every string? :kind set?))
|
||||
(s/def ::ordered-set-of-uuid (s/every uuid? :kind d/ordered-set?))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue