mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added multiple
This commit is contained in:
parent
a8af9932bb
commit
8c448f2ab6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue