diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs index 025217501a..e267f63ce5 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs @@ -104,12 +104,6 @@ :shape shape :attrs (conj txt/text-fill-attrs :fills)}) - fill-values - (if (not (contains? fill-values :fills)) - ;; Old fill format - {:fills [fill-values]} - fill-values) - text-values (merge (select-keys shape [:grow-type])