Skip to content

Commit

Permalink
remove duplicated input
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoKlippa committed Mar 1, 2024
1 parent 34ea054 commit 141ad36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class FileInputComponent extends MultipleValueAccessorBase<File> {
@Input() onlyShowUploadButton = false;
@Input() useFullParentSize = false;
@Input() buttonText: string = 'Upload a file';
@Input() disabled: boolean = false;
@ViewChild('nativeInputRef') nativeInputRef: ElementRef<HTMLInputElement>;

public onChange(files: FileList): void {
Expand Down

0 comments on commit 141ad36

Please sign in to comment.