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"}