Add end-to-end test for OCR in media uploads (#29148)
This commit is contained in:
parent
a9e91eb955
commit
ca8fbda5d0
3 changed files with 34 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue