Skip to content

Commit 7d80711

Browse files
committed
Change improper role attr of drag drop submission form.
1 parent 19a4d79 commit 7d80711

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
/>

0 commit comments

Comments
 (0)