mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 18:58:57 +00:00
fix importing from local disk
This commit is contained in:
parent
8ab4503c64
commit
117dc161df
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default (props) => {
|
|||
<h5 class="UppyDashboardTab-name">${props.i18n('localDisk')}</h5>
|
||||
</button>
|
||||
<input class="UppyDashboard-input" type="file" name="files[]" multiple="true"
|
||||
onchange=${props.localInputChange} />
|
||||
onchange=${props.handleInputChange} />
|
||||
</li>
|
||||
${props.acquirers.map((target) => {
|
||||
return html`<li class="UppyDashboardTab">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue