diff --git a/common/src/app/common/types/shape/export.cljc b/common/src/app/common/types/shape/export.cljc index 91b5cca24..7adbf7574 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]])