From 7d80711097c8714d9642b7a1355a87bb08c232b8 Mon Sep 17 00:00:00 2001 From: Afrisal Yodi Purnama Date: Wed, 24 Jul 2019 16:36:07 +0700 Subject: [PATCH] Change improper role attr of drag drop submission form. --- .../components/SubmissionPage/FilestackFilePicker/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx index 2325b1d060..abd3fc8ec8 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx @@ -301,7 +301,7 @@ Uploading: }).then(file => this.onSuccess(file, path)); return undefined; }} - role="button" + role="tab" styleName="drop-zone-mask" tabIndex={0} />