mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01: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…
Reference in New Issue
Block a user