Skip to content

Commit c56e1f5

Browse files
committed
chore: display error message in file upload component tooltip
1 parent 5a46efe commit c56e1f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/meteor/client/views/room/composer/messageBox/MessageComposerFileError.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const MessageComposerFileError = ({ fileTitle, error, actionIcon, ...props }: Me
1818
fileTitle={fileTitle}
1919
fileSubtitle={t('Upload_failed')}
2020
actionIcon={actionIcon}
21+
title={error.message}
2122
{...props}
2223
/>
2324
);

0 commit comments

Comments
 (0)