mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 15:44:45 +02:00
Allow uploading multiple files via web UI (#4392)
This commit is contained in:
parent
16c110a489
commit
6aede6b63d
@ -145,6 +145,7 @@ export default ({ className }: WithClassname) => {
|
||||
fileUploadInput.current.files = null;
|
||||
}
|
||||
}}
|
||||
multiple
|
||||
/>
|
||||
<Button className={className} onClick={() => fileUploadInput.current && fileUploadInput.current.click()}>
|
||||
Upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user