diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index 8f297c481..7aea7983d 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -184,7 +184,8 @@ [:relative {:optional true} :boolean] [:prev-pos {:optional true} ::gpt/point] [:params {:optional true} - [:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]]) + [:maybe + [:map-of {:gen/max 5} :keyword ::sm/safe-number]]]]]]]) (sm/def! ::rect-attrs [:map {:title "RectAttrs"}