From 9ce650377b674a2bc57af98bf40bf3559bfaf708 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 24 Aug 2019 16:34:35 +0200 Subject: [PATCH] :sparkles: Load only one canvas on fixtures. --- backend/src/uxbox/fixtures.clj | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/backend/src/uxbox/fixtures.clj b/backend/src/uxbox/fixtures.clj index d0827793c..fb9017be9 100644 --- a/backend/src/uxbox/fixtures.clj +++ b/backend/src/uxbox/fixtures.clj @@ -64,14 +64,7 @@ :x1 200 :y1 200 :x2 1224 - :y2 968} - {:id (mk-uuid "canvas" i 2) - :name "Canvas 2" - :type :canvas - :x1 1324 - :y1 200 - :x2 2348 - :y2 968}]} + :y2 968}] :metadata {:width 1024 :height 768 :layout "tablet"}