From c499c8a32343cdbd7d77175c7768649695257b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 19 Jun 2023 16:09:05 +0200 Subject: [PATCH] :bug: Small fix --- common/src/app/common/pages/changes.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/pages/changes.cljc b/common/src/app/common/pages/changes.cljc index f7f21ee41..78bb492b8 100644 --- a/common/src/app/common/pages/changes.cljc +++ b/common/src/app/common/pages/changes.cljc @@ -322,7 +322,7 @@ shape (get objects id) component-root (ctn/get-component-shape objects shape {:allow-main? true})] (if (and (some? component-root) (ctk/main-instance? component-root)) - (ctkl/set-component-modified data (:id component-root)) + (ctkl/set-component-modified data (:component-id component-root)) data)) data))]