Skip to content

Commit

Permalink
Fixed primefaces#1017 - FileUpload throws error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu authored and fairking committed Mar 4, 2021
1 parent 6cce284 commit 274367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fileupload/FileUpload.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare class FileUpload extends Vue {
cancelLabel?: string;
customUpload?: boolean;
showUploadButton?: boolean;
showCancelButton?: boolean,
showCancelButton?: boolean;
$emit(eventName: 'select', e: { originalEvent: Event, files: any }): this;
$emit(eventName: 'before-upload', e: { xhr: XMLHttpRequest, formData: any }): this;
$emit(eventName: 'progress', e: { originalEvent: Event, progress: any }): this;
Expand Down

0 comments on commit 274367a

Please sign in to comment.