diff --git a/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx b/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx index 5c90d898bc..678cfd81c3 100644 --- a/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx +++ b/web/app/components/workflow/skill/file-tree/upload-status-tooltip.tsx @@ -102,7 +102,13 @@ const UploadStatusTooltip: FC = ({ fallback }) => { failed: uploadProgress.failed, total: uploadProgress.total, })} - {uploadStatus === 'uploading' && '\u00A0'} + {uploadStatus === 'uploading' && ( + + · + · + · + + )}