From cb68635101280ebd49ac1e46d5b5406b1ee5c471 Mon Sep 17 00:00:00 2001 From: rajku-dev Date: Sun, 19 Jan 2025 10:50:20 +0530 Subject: [PATCH] Fix Lint --- src/components/Files/FilesTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Files/FilesTab.tsx b/src/components/Files/FilesTab.tsx index b4989e87a98..9a0b5b18828 100644 --- a/src/components/Files/FilesTab.tsx +++ b/src/components/Files/FilesTab.tsx @@ -618,7 +618,7 @@ const FileUploadDialog = ({ index === 0 && fileUpload.error ? "border-red-500 focus:ring-red-500" : "border-gray-300 focus:ring-primary" - } + } value={fileUpload.fileNames[index] || ""} disabled={fileUpload.uploading} onChange={(e) =>