Skip to content

Commit

Permalink
Fixed #13232 - Add missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jun 21, 2023
1 parent d421afa commit 1b40ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/fileupload/fileupload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { FileBeforeUploadEvent, FileProgressEvent, FileRemoveEvent, FileSelectEv
<input #advancedfileinput type="file" (change)="onFileSelect($event)" [multiple]="multiple" [accept]="accept" [disabled]="disabled || isChooseDisabled()" [attr.title]="''" />
<span *ngIf="chooseIcon" [ngClass]="'p-button-icon p-button-icon-left'" [class]="chooseIcon"></span>
<ng-container *ngIf="!chooseIcon">
<PlusIcon *ngIf="!chooseIconTemplate" />
<PlusIcon *ngIf="!chooseIconTemplate" [styleClass]="'p-button-icon p-button-icon-left'"/>
<span *ngIf="chooseIconTemplate" class="p-button-icon p-button-icon-left">
<ng-template *ngTemplateOutlet="chooseIconTemplate"></ng-template>
</span>
Expand Down

1 comment on commit 1b40ef8

@vercel
Copy link

@vercel vercel bot commented on 1b40ef8 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.