0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🐛 Add missing page attr to canvas generated in sample data.

This commit is contained in:
Andrey Antukh 2019-09-18 18:21:02 +02:00
parent 4db8de8d9d
commit 3d8b3f3040

View file

@ -59,8 +59,9 @@
:user (mk-uuid "user" ui)
:project (mk-uuid "project" pi)
:data {:shapes [{:id (mk-uuid "canvas" i 1)
:name "Canvas 1"
:name "Canvas-1"
:type :canvas
:page (mk-uuid "page" i)
:x1 200
:y1 200
:x2 1224