diff --git a/src/main/frontend/handler/db_based/property.cljs b/src/main/frontend/handler/db_based/property.cljs index bd294b200e..291ac011d1 100644 --- a/src/main/frontend/handler/db_based/property.cljs +++ b/src/main/frontend/handler/db_based/property.cljs @@ -335,7 +335,7 @@ (defn batch-remove-property! [repo block-ids key] (when-let [property-uuid (if (uuid? key) - uuid + key (:block/uuid (db/entity [:block/name (util/page-name-sanity-lc (name key))])))] (let [txs (mapcat (fn [id]