Fixed #478 - Button not registered in FileUpload
parent
e5caac3811
commit
3509e3628f
|
@ -20,7 +20,7 @@
|
|||
<div>{{file.name}}</div>
|
||||
<div>{{formatSize(file.size)}}</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>
|
||||
|
|
Loading…
Reference in New Issue