From b3f0683d02c2d04c4e67ea8031138c912896fa2b Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 7 Aug 2023 15:05:17 +0200 Subject: [PATCH] :bug: Fix image validation --- common/src/app/common/types/shape.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index 7aea7983d..c87f370f3 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -210,7 +210,7 @@ [:map [:width :int] [:height :int] - [:mtype :string] + [:mtype {:optional true} [:maybe :string]] [:id ::sm/uuid]]]]) (sm/def! ::path-attrs