From e83f6c0c631dc3eb926642ca78416ad66863769a Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 1 Apr 2025 13:32:05 +0800 Subject: [PATCH] Fix lingting --- .../documents/ClearDocumentsDialog.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx b/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx index 878ba030..2f27867a 100644 --- a/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx +++ b/lightrag_webui/src/components/documents/ClearDocumentsDialog.tsx @@ -20,15 +20,15 @@ import { EraserIcon, AlertTriangleIcon } from 'lucide-react' import { useTranslation } from 'react-i18next' // 简单的Label组件 -const Label = ({ - htmlFor, - className, - children, - ...props +const Label = ({ + htmlFor, + className, + children, + ...props }: React.LabelHTMLAttributes) => ( -