diff --git a/client/src/components/Chat/Input/Files/FileRow.tsx b/client/src/components/Chat/Input/Files/FileRow.tsx index bf04b16ade..27bef5526d 100644 --- a/client/src/components/Chat/Input/Files/FileRow.tsx +++ b/client/src/components/Chat/Input/Files/FileRow.tsx @@ -115,7 +115,7 @@ export default function FileRow({ if (abortUpload && file.progress < 1) { abortUpload(); } - if (file.progress >= 1) { + if (file.progress >= 1 && !file.attached) { showToast({ message: localize('com_ui_deleting_file'), status: 'info',