Skip to content

Commit

Permalink
test: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen committed Jul 31, 2024
1 parent 3e26196 commit 355376d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/image-uploader/image-uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ export const ImageUploader = forwardRef<ImageUploaderRef, ImageUploaderProps>(
)}
{!props.disableUpload && (
<input
aria-label={`${classPrefix}-input`}
ref={inputRef}
capture={props.capture}
accept={props.accept}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ exports[`ImageUploader \`preview\` & \`onPreview\` prop 1`] = `
</span>
<input
accept="image/*"
aria-hidden="true"
aria-label="adm-image-uploader-input"
class="adm-image-uploader-input"
type="file"
/>
Expand Down Expand Up @@ -239,7 +239,7 @@ exports[`ImageUploader custom upload button 1`] = `
</div>
<input
accept="image/*"
aria-hidden="true"
aria-label="adm-image-uploader-input"
class="adm-image-uploader-input"
type="file"
/>
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`ImageUploader upload status 1`] = `
</span>
<input
accept="image/*"
aria-hidden="true"
aria-label="adm-image-uploader-input"
class="adm-image-uploader-input"
type="file"
/>
Expand Down

0 comments on commit 355376d

Please sign in to comment.