mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
🐛 Fix internal error when creating a guide
This commit is contained in:
parent
4d3192546c
commit
630f42f7ac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
[:id ::sm/uuid]
|
[:id ::sm/uuid]
|
||||||
[:axis [::sm/one-of #{:x :y}]]
|
[:axis [::sm/one-of #{:x :y}]]
|
||||||
[:position ::sm/safe-number]
|
[:position ::sm/safe-number]
|
||||||
[:frame-id {:optional true} ::sm/uuid]])
|
[:frame-id {:optional true} [:maybe ::sm/uuid]]])
|
||||||
|
|
||||||
(def schema:guides
|
(def schema:guides
|
||||||
[:map-of {:gen/max 2} ::sm/uuid schema:guide])
|
[:map-of {:gen/max 2} ::sm/uuid schema:guide])
|
||||||
|
|
Loading…
Add table
Reference in a new issue