From cee11d3353597497df934e10af635813ded567ec Mon Sep 17 00:00:00 2001 From: Dustin Healy Date: Sat, 6 Sep 2025 01:08:16 -0700 Subject: [PATCH] chore: address ESLint comments --- .../Prompts/Files/PromptFileRow.tsx | 9 +++---- .../Prompts/Files/PromptFileUpload.tsx | 14 +++-------- client/src/components/Prompts/Files/index.ts | 1 - .../Prompts/Groups/ChatGroupItem.tsx | 2 +- .../Prompts/Groups/FilterPrompts.tsx | 2 +- .../src/components/Prompts/PromptDetails.tsx | 4 +-- client/src/components/Prompts/PromptForm.tsx | 25 +++++++++++++------ client/src/hooks/Chat/useChatFunctions.ts | 1 - packages/data-provider/src/types.ts | 4 +-- 9 files changed, 31 insertions(+), 31 deletions(-) diff --git a/client/src/components/Prompts/Files/PromptFileRow.tsx b/client/src/components/Prompts/Files/PromptFileRow.tsx index 3dbc2ba307..9d5bdbd72f 100644 --- a/client/src/components/Prompts/Files/PromptFileRow.tsx +++ b/client/src/components/Prompts/Files/PromptFileRow.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { X, FileText, Image, Upload } from 'lucide-react'; -import type { ExtendedFile } from 'librechat-data-provider'; +import type { ExtendedFile } from '~/common'; import { useLocalize } from '~/hooks'; import { cn } from '~/utils'; @@ -59,16 +59,16 @@ const PromptFileRow: React.FC = ({ {file.filename} - + {getFileStatus(file)} - + {!isReadOnly && (