From ea601e580c15247e3382e74daf869aa46a68e367 Mon Sep 17 00:00:00 2001 From: chenxi <2465950588@qq.com> Date: Sun, 9 Mar 2025 20:31:04 -0700 Subject: [PATCH] =?UTF-8?q?fix(file-upload):=20[file-upload]=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/renderless/src/file-upload/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/renderless/src/file-upload/index.ts b/packages/renderless/src/file-upload/index.ts index 7c8eca4e75..b487283011 100644 --- a/packages/renderless/src/file-upload/index.ts +++ b/packages/renderless/src/file-upload/index.ts @@ -402,7 +402,7 @@ export const properFileSize = if (file.size <= userMin * 1024) { Modal.message({ - message: `${t(constants.EDM.SIZE, { minSize: api.formatFileSize(Number(userMin), ' KB'), sizeUnit: '' })}`, + message: `${t(constants.EDM.SIZE, { minSize: api.formatFileSize(Number(userMin), 'KB'), sizeUnit: '' })}`, status: 'warning' })