We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c347a commit d4f2f66Copy full SHA for d4f2f66
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