diff --git a/common/src/app/common/types/grid.cljc b/common/src/app/common/types/grid.cljc index 4901c2934..29e90af4c 100644 --- a/common/src/app/common/types/grid.cljc +++ b/common/src/app/common/types/grid.cljc @@ -21,7 +21,7 @@ (sm/def! ::column-params [:map [:color ::grid-color] - [:type [::sm/one-of #{:stretch :left :center :right}]] + [:type {:optional true} [::sm/one-of #{:stretch :left :center :right}]] [:size {:optional true} [:maybe ::sm/safe-number]] [:margin {:optional true} [:maybe ::sm/safe-number]] [:item-length {:optional true} [:maybe ::sm/safe-number]]