Skip to content

Commit

Permalink
Fixed #478 - Button not registered in FileUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 26, 2020
1 parent e5caac3 commit 3509e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fileupload/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3509e36

Please sign in to comment.