mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 14:08:07 +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}
|
||||
ref={this.setRef}
|
||||
type='file'
|
||||
name='file-upload-input'
|
||||
multiple
|
||||
accept={acceptContentTypes.toArray().join(',')}
|
||||
onChange={this.handleChange}
|
||||
|
|
Loading…
Reference in a new issue