Skip to content

Commit dfb98ee

Browse files
authored
fix(uploader): fix the style of Uploader in plaintext (#1427)
1 parent ca32bfa commit dfb98ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uploader/Uploader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ const Uploader = React.forwardRef((props: UploaderProps, ref) => {
544544

545545
if (plaintext) {
546546
return (
547-
<Plaintext localeKey="notUploaded">
547+
<Plaintext localeKey="notUploaded" className={withClassPrefix(listType)}>
548548
{fileList.current.length ? renderList[1] : null}
549549
</Plaintext>
550550
);

0 commit comments

Comments
 (0)