mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 18:01:42 +02:00
🐛 Fix image validation
This commit is contained in:
parent
211de1bb9c
commit
b3f0683d02
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
||||||
[:map
|
[:map
|
||||||
[:width :int]
|
[:width :int]
|
||||||
[:height :int]
|
[:height :int]
|
||||||
[:mtype :string]
|
[:mtype {:optional true} [:maybe :string]]
|
||||||
[:id ::sm/uuid]]]])
|
[:id ::sm/uuid]]]])
|
||||||
|
|
||||||
(sm/def! ::path-attrs
|
(sm/def! ::path-attrs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue