This commit is contained in:
josc146
2023-12-10 21:13:36 +08:00
parent fa452f5518
commit 144d12b463
3 changed files with 3 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ const ChatPanel: FC = observer(() => {
{!commonStore.currentTempAttachment ?
<ToolTipButton
desc={commonStore.attachmentUploading ?
t('Uploading Attachment') :
t('Processing Attachment') :
t('Add An Attachment (Accepts pdf, txt)')}
icon={commonStore.attachmentUploading ?
<ArrowClockwise16Regular className="animate-spin" />