From 3ffb81e04fb4bcbd65b60c082f6c55bd83182130 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 8 Feb 2024 20:13:44 +0100 Subject: [PATCH] [Glitch] Add end-to-end test for OCR in media uploads Port ca8fbda5d031b9671447445a83acac96b4fab2fb to glitch-soc Signed-off-by: Claire --- .../glitch/features/compose/components/upload_button.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/features/compose/components/upload_button.jsx b/app/javascript/flavours/glitch/features/compose/components/upload_button.jsx index 184143faee..caa6784cb9 100644 --- a/app/javascript/flavours/glitch/features/compose/components/upload_button.jsx +++ b/app/javascript/flavours/glitch/features/compose/components/upload_button.jsx @@ -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}