diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index 3d6c268c4c..682e699b49 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -226,7 +226,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"}