From 4324460b0049cfd1ab02a5c4446ecfd05052b1bc Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 7 Dec 2023 08:42:21 +0100 Subject: [PATCH] :bug: Fix transform a group to boolean in a component with a copy --- common/src/app/common/types/component.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/app/common/types/component.cljc b/common/src/app/common/types/component.cljc index 32217feca..9dd0a8c80 100644 --- a/common/src/app/common/types/component.cljc +++ b/common/src/app/common/types/component.cljc @@ -62,6 +62,8 @@ :constraints-h :constraints-group :constraints-v :constraints-group :fixed-scroll :constraints-group + :bool-type :bool-group + :bool-content :bool-group :exports :exports-group :grids :grids-group