1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added multiple

This commit is contained in:
muerwre 2019-08-06 21:31:36 +07:00
parent a8af9932bb
commit 8c448f2ab6

View file

@ -47,7 +47,7 @@ const ImageEditor: FC<IProps> = ({
onDrop={onDrop} onDrop={onDrop}
> >
<div>{data.type}</div> <div>{data.type}</div>
<input type="file" onChange={onInputChange} accept="image/*" /> <input type="file" onChange={onInputChange} accept="image/*" multiple />
</form> </form>
); );
}; };