From 4375c3eeffa465f686069476add5878ac78cc081 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Jul 2020 15:53:44 +0200 Subject: [PATCH] :bug: Add missing page parameter on sidebar options. --- frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs b/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs index 64d72ca680..f1b95c7985 100644 --- a/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs +++ b/frontend/src/uxbox/main/ui/workspace/sidebar/options.cljs @@ -67,7 +67,9 @@ [:& align-options] (case (count shapes) 0 [:& page/options {:page page}] - 1 [:& shape-options {:shape (first shapes) :shapes-with-children shapes-with-children}] + 1 [:& shape-options {:shape (first shapes) + :page page + :shapes-with-children shapes-with-children}] [:& multiple/options {:shapes shapes-with-children}])]] [:& tab-element {:id :prototype