From 8325818da20ec121f1e34573b6b73ca4ef125e64 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 21 Nov 2023 07:07:45 +0100 Subject: [PATCH] :bug: Fix can't instanciate a component inside a board --- common/src/app/common/types/container.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/container.cljc b/common/src/app/common/types/container.cljc index 7c599a0f76..e99eb6d5d8 100644 --- a/common/src/app/common/types/container.cljc +++ b/common/src/app/common/types/container.cljc @@ -338,7 +338,7 @@ [new-shape new-shapes _] (ctst/clone-object component-shape - uuid/zero + frame-id (if components-v2 (:objects component-page) (:objects component)) update-new-shape (fn [object _] object)