fix importing from local disk

This commit is contained in:
Artur Paikin 2016-09-24 22:12:06 -04:00
parent 8ab4503c64
commit 117dc161df

View file

@ -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">