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 1c2c00a78a..5c90d898bc 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 @@ -57,7 +57,13 @@ const UploadStatusTooltip: FC = ({ fallback }) => { )} > {uploadStatus === 'uploading' && ( -
+ <> +
+
0 ? `${(uploadProgress.uploaded / uploadProgress.total) * 100}%` : '0%' }} + /> + )} {uploadStatus === 'success' && (
@@ -68,7 +74,7 @@ const UploadStatusTooltip: FC = ({ fallback }) => {
{uploadStatus === 'uploading' && ( - + )} {uploadStatus === 'success' && (