diff --git a/src/main/frontend/components/property/config.cljs b/src/main/frontend/components/property/config.cljs index d09c66f01..d4075677a 100644 --- a/src/main/frontend/components/property/config.cljs +++ b/src/main/frontend/components/property/config.cljs @@ -488,7 +488,7 @@ (dropdown-editor-menuitem {:icon :pencil :title "Property name" :desc [:span.flex.items-center.gap-1 icon title] :submenu-content (fn [ops] (name-edit-pane property (assoc ops :disabled? disabled?)))}) (let [disabled? (or (ldb/built-in? property) (and property-type (seq values)))] - (dropdown-editor-menuitem {:icon :hash + (dropdown-editor-menuitem {:icon :letter-t :title "Property type" :desc (if disabled? (ui/tippy {:html [:div.w-96