From d75e1a5a8585a3deb841d2c92e95938993dc2720 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 21 Feb 2016 20:31:07 +0200 Subject: [PATCH] Set proper default value for workspace initial state. --- src/uxbox/state.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/state.cljs b/src/uxbox/state.cljs index 3b1a983db..6ba8d0e6a 100644 --- a/src/uxbox/state.cljs +++ b/src/uxbox/state.cljs @@ -9,7 +9,7 @@ :avatar "/images/favicon.png"} :dashboard {:project-order :name :project-filter ""} - :workspace {} + :workspace nil :shapes-by-id {} :elements-by-id {} :colors-by-id {}