From e3f69bcc982c7755b45b7d362fa5ef00ff8b5581 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 1 Aug 2023 07:40:52 +0200 Subject: [PATCH] :bug: Fix path validation --- common/src/app/common/types/shape.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index 3127883d9..961e8e2ed 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -221,6 +221,7 @@ [:width {:optional true} [:maybe ::sm/safe-number]] [:height {:optional true} [:maybe ::sm/safe-number]] [:content + {:optional true} [:vector [:map [:command :keyword]