diff --git a/backend/src/app/features/components_v2.clj b/backend/src/app/features/components_v2.clj index 271667354..e90e97793 100644 --- a/backend/src/app/features/components_v2.clj +++ b/backend/src/app/features/components_v2.clj @@ -284,7 +284,7 @@ (fn [shapes] (filterv #(not= id %) shapes))))) (and (cfh/text-shape? shape) - (not (seq (:content shape)))) + (not (valid-text-content? (:content shape)))) (dissoc objects id) :else