Skip to content

Commit bfb9d03

Browse files
committed
Merge pull request #3007 from afrisalyp/issue-2902
Change improper role attr of drag drop submission form.
1 parent a42736b commit bfb9d03

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/SubmissionPage/FilestackFilePicker

1 file changed

+1
-1
lines changed

src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Uploading:
301301
}).then(file => this.onSuccess(file, path));
302302
return undefined;
303303
}}
304-
role="button"
304+
role="tab"
305305
styleName="drop-zone-mask"
306306
tabIndex={0}
307307
aria-label="Select file to upload"

0 commit comments

Comments
 (0)