From 362ea401a062088c4efa57f748888fbe33451762 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 18 Aug 2025 13:14:44 +0200 Subject: [PATCH] :bug: Add missing attrs to add-component change schema --- common/src/app/common/files/changes.cljc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/files/changes.cljc b/common/src/app/common/files/changes.cljc index 10cdec5994..4ddd574776 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -328,7 +328,9 @@ [:id ::sm/uuid] [:name :string] [:shapes {:optional true} [:vector {:gen/max 3} ::sm/any]] - [:path {:optional true} :string]]] + [:path {:optional true} :string] + [:main-instance-id ::sm/uuid] + [:main-instance-page ::sm/uuid]]] [:mod-component [:map {:title "ModCompoenentChange"}