From edd3b1512e8f9c0e840e317e29b16842b31fb593 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 d38a78e307..344cf2c9a5 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -329,7 +329,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"}