mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
🐛 Fix position-data validator (#7194)
This commit is contained in:
parent
a8692c72c6
commit
44245d1b5f
@ -65,7 +65,7 @@
|
||||
(sm/lazy-validator schema:content))
|
||||
|
||||
(def schema:position-data
|
||||
[:vector {:min 1 :gen/max 2}
|
||||
[:vector {:min 0 :gen/max 2}
|
||||
[:map
|
||||
[:x ::sm/safe-number]
|
||||
[:y ::sm/safe-number]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user