We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93cf8b commit 1c62335Copy full SHA for 1c62335
src/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.tsx
@@ -98,7 +98,7 @@ export const MediaAttachmentPreview = ({
98
<div className={clsx('str-chat__attachment-preview-media__overlay')}>
99
{isUploading && (
100
<AttachmentUploadProgressIndicator
101
- fallback={<LoadingIndicator />}
+ fallback={<LoadingIndicator data-testid='loading-indicator' />}
102
uploadProgress={uploadProgress}
103
/>
104
)}
0 commit comments