Skip to content

Commit

Permalink
[Glitch] Add end-to-end test for OCR in media uploads
Browse files Browse the repository at this point in the history
Port ca8fbda to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
  • Loading branch information
ClearlyClaire committed Feb 24, 2024
1 parent ad0be12 commit 3ffb81e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3ffb81e

Please sign in to comment.