Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoblentz-eightfold authored Aug 21, 2024
2 parents c14216e + e652582 commit 60099c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Upload/Internal/AjaxUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class AjaxUploader extends Component<OcUploadProps> {
onDragOver: this.onFileDrop,
};
return (
<Tag {...events} className={uploadClasses} role="button" style={style}>
<Tag {...events} className={uploadClasses} style={style}>
<input
{...pickAttrs(rest, { aria: true, data: true })}
id={id}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ exports[`Upload List should be uploading when upload a file 1`] = `
>
<span
class=""
role="button"
>
<input
accept=""
Expand Down Expand Up @@ -190,7 +189,6 @@ exports[`Upload List should non-image format file preview 1`] = `
>
<span
class=""
role="button"
>
<input
accept=""
Expand Down Expand Up @@ -893,7 +891,6 @@ exports[`Upload List should support removeIcon, replaceIcon, and downloadIcon 1`
>
<span
class=""
role="button"
>
<input
accept=""
Expand Down Expand Up @@ -1094,7 +1091,6 @@ exports[`Upload List should support removeIcon, replaceIcon, and downloadIcon 2`
>
<span
class=""
role="button"
>
<input
accept=""
Expand Down Expand Up @@ -1295,7 +1291,6 @@ exports[`Upload List should support showRemoveIconButton, showReplaceButton, and
>
<span
class=""
role="button"
>
<input
accept=""
Expand Down

0 comments on commit 60099c7

Please sign in to comment.