File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
package/src/components/MessageInput/components/AttachmentPreview Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ export const ImageAttachmentUploadPreview = ({
6161
6262 return (
6363 < View style = { [ styles . wrapper , wrapper ] } testID = { 'image-attachment-upload-preview' } >
64- < View style = { [ styles . image , upload ] } testID = { 'image-attachment-upload-preview-image' } >
64+ < View style = { [ styles . image , upload ] } >
6565 < Image
6666 onError = { onErrorHandler }
6767 onLoadEnd = { onLoadEndHandler }
6868 source = { { uri : attachment . localMetadata . previewUri ?? attachment . image_url } }
6969 style = { StyleSheet . absoluteFillObject }
70+ testID = { 'image-attachment-upload-preview-image' }
7071 />
7172 { indicatorType === ProgressIndicatorTypes . IN_PROGRESS && < ImageUploadInProgressIndicator /> }
7273 { indicatorType === ProgressIndicatorTypes . RETRY && (
You can’t perform that action at this time.
0 commit comments