diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 2977a475f7..266f579b0a 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -408,7 +408,8 @@ (fix-shape [shape] (if (and (ctk/instance-head? shape) - (cfh/path-shape? shape)) + (or (cfh/path-shape? shape) + (cfh/bool-shape? shape))) (ctk/detach-shape shape) shape))]