diff --git a/webui/react-ui/src/components/ConfigForm.jsx b/webui/react-ui/src/components/ConfigForm.jsx index 392fe11..3ea5401 100644 --- a/webui/react-ui/src/components/ConfigForm.jsx +++ b/webui/react-ui/src/components/ConfigForm.jsx @@ -76,11 +76,12 @@ const ConfigForm = ({ // Find the field group that matches this item's type const fieldGroup = fieldGroups.find(group => group.name === itemTypeName); + const itemTypeLabel = itemType.charAt(0).toUpperCase() + itemType.slice(1).replace('_', ' '); return (