diff --git a/lightrag_webui/src/components/graph/PropertyEditDialog.tsx b/lightrag_webui/src/components/graph/PropertyEditDialog.tsx index 612ffaf9..4db32fbe 100644 --- a/lightrag_webui/src/components/graph/PropertyEditDialog.tsx +++ b/lightrag_webui/src/components/graph/PropertyEditDialog.tsx @@ -5,10 +5,10 @@ import { DialogContent, DialogHeader, DialogTitle, - DialogFooter + DialogFooter, + DialogDescription } from '@/components/ui/Dialog' import Button from '@/components/ui/Button' -import Input from '@/components/ui/Input' interface PropertyEditDialogProps { isOpen: boolean @@ -53,20 +53,20 @@ const PropertyEditDialog = ({ onSave(value) onClose() } -} + } return ( !open && onClose()}> - + {t('graphPanel.propertiesView.editProperty', { property: getPropertyNameTranslation(propertyName) })} -

+ {t('graphPanel.propertiesView.editPropertyDescription')} -

+
{/* Multi-line text input using textarea */}