Skip to content

Commit

Permalink
Update packages/components/src/form-file-upload/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
  • Loading branch information
adamsilverstein and Mamaduka authored Oct 22, 2024
1 parent ffb1216 commit 5b706e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-file-upload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import type { FormFileUploadProps } from './types';
*
* const MyFormFileUpload = () => (
* <FormFileUpload
* accept="image/*, , image/heic"
* accept="image/*, image/heic"
* onChange={ ( event ) => console.log( event.currentTarget.files ) }
* >
* Upload
Expand Down

0 comments on commit 5b706e7

Please sign in to comment.