0
0
Fork 0

Add end-to-end test for OCR in media uploads (#29148)

This commit is contained in:
Claire 2024-02-08 20:13:44 +01:00 committed by GitHub
parent a9e91eb955
commit ca8fbda5d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 0 deletions

View file

@ -65,6 +65,7 @@ class UploadButton extends ImmutablePureComponent {
key={resetFileKey}
ref={this.setRef}
type='file'
name='file-upload-input'
multiple
accept={acceptContentTypes.toArray().join(',')}
onChange={this.handleChange}