mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-14 14:14:05 +01:00
[Glitch] Add end-to-end test for OCR in media uploads
Port ca8fbda5d0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
ad0be125f5
commit
3ffb81e04f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class UploadButton extends ImmutablePureComponent {
|
||||||
key={resetFileKey}
|
key={resetFileKey}
|
||||||
ref={this.setRef}
|
ref={this.setRef}
|
||||||
type='file'
|
type='file'
|
||||||
|
name='file-upload-input'
|
||||||
multiple
|
multiple
|
||||||
accept={acceptContentTypes.toArray().join(',')}
|
accept={acceptContentTypes.toArray().join(',')}
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
|
|
Loading…
Reference in a new issue