From 61573dcef533dda4e76b67a871d27f257452d8bc Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 21 Jun 2023 10:12:23 +0200 Subject: [PATCH] :bug: Fix problem with validation --- 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 97be5e91b..739cf6ac0 100644 --- a/common/src/app/common/pages/changes.cljc +++ b/common/src/app/common/pages/changes.cljc @@ -101,7 +101,7 @@ [:ignore-touched {:optional true} :boolean] [:parent-id ::sm/uuid] [:shapes :any] - [:index {:optional true} :int] + [:index {:optional true} [:maybe :int]] [:after-shape {:optional true} :any]]] [:add-page