Fixed #478 - Button not registered in FileUpload

pull/525/head
Cagatay Civici 2020-09-26 17:14:14 +03:00
parent e5caac3811
commit 3509e3628f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div>{{file.name}}</div> <div>{{file.name}}</div>
<div>{{formatSize(file.size)}}</div> <div>{{formatSize(file.size)}}</div>
<div> <div>
<Button type="button" icon="pi pi-times" @click="remove(index)" /> <FileUploadButton type="button" icon="pi pi-times" @click="remove(index)" />
</div> </div>
</div> </div>
</div> </div>