From 47af278f5e3a560adfe44020ecc53640d5969aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 4 Jun 2025 12:51:12 +0200 Subject: [PATCH] :bug: Remove unneeded check --- common/src/app/common/files/changes_builder.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/app/common/files/changes_builder.cljc b/common/src/app/common/files/changes_builder.cljc index 55a65b20ca..6c1ee36ffb 100644 --- a/common/src/app/common/files/changes_builder.cljc +++ b/common/src/app/common/files/changes_builder.cljc @@ -524,7 +524,6 @@ :or {ignore-geometry? false ignore-touched false with-objects? false}}] (assert-container-id! changes) (assert-objects! changes) - (assert-page-id! changes) (let [page-id (::page-id (meta changes)) component-id (::component-id (meta changes)) objects (lookup-objects changes)