From 3d8b3f3040f84e61b9cc34be24e69a95b2280333 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 18 Sep 2019 18:21:02 +0200 Subject: [PATCH] :bug: Add missing page attr to canvas generated in sample data. --- backend/src/uxbox/fixtures.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/uxbox/fixtures.clj b/backend/src/uxbox/fixtures.clj index 7113d4fd7..6fecbb108 100644 --- a/backend/src/uxbox/fixtures.clj +++ b/backend/src/uxbox/fixtures.clj @@ -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