Skip to content

Commit

Permalink
fixed crooked indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra0619 committed Aug 3, 2023
1 parent f327cbe commit a01c723
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div class="componentContainer" [ngClass]="{fullParentSize: useFullParentSize}">
<div class="buttonContainer">
<input
type="file"
#nativeInputRef
(change)="onChange($event.target.files)"
[multiple]="multiple"
[disabled]="disabled"
>
<input
type="file"
#nativeInputRef
(change)="onChange($event.target.files)"
[multiple]="multiple"
[disabled]="disabled"
>
<klp-form-button class="uploadButton" [isLoading]="isLoading" (click)="uploadFileClicked()">
Upload a file
</klp-form-button>
Expand Down

0 comments on commit a01c723

Please sign in to comment.