diff --git a/src/main/frontend/components/property.cljs b/src/main/frontend/components/property.cljs index a832604f9..378fb65db 100644 --- a/src/main/frontend/components/property.cljs +++ b/src/main/frontend/components/property.cljs @@ -33,13 +33,6 @@ [promesa.core :as p] [rum.core :as rum])) -(defn- property-type-label - [property-type] - (case property-type - :default - "Text" - ((comp string/capitalize name) property-type))) - (defn-