From 07217609005faeaae9322d0cc6cec8a225c54487 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Jun 2024 16:48:40 +0200 Subject: [PATCH] :sparkles: Add better schema for shape export property --- common/src/app/common/types/shape/export.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/shape/export.cljc b/common/src/app/common/types/shape/export.cljc index 91b5cca24b..7adbf7574e 100644 --- a/common/src/app/common/types/shape/export.cljc +++ b/common/src/app/common/types/shape/export.cljc @@ -12,6 +12,6 @@ (sm/register! ::export [:map {:title "ShapeExport"} - [:type :keyword] + [:type [::sm/one-of export-types]] [:scale ::sm/safe-number] [:suffix :string]])