Fixed lint
parent
5b8f2d83a9
commit
897b99cdbe
|
|
@ -91,7 +91,7 @@ const FileSharing = (props) =>
|
|||
type='file'
|
||||
disabled={!canShare}
|
||||
onChange={handleFileChange}
|
||||
accept="image/*"
|
||||
accept='image/*'
|
||||
id='share-files-gallery-button'
|
||||
/>
|
||||
<label htmlFor='share-files-button'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue