Skip to content

Commit a01c723

Browse files
committed
fixed crooked indentation
1 parent f327cbe commit a01c723

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

projects/klippa/ngx-enhancy-forms/src/lib/elements/file-input/file-input.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div class="componentContainer" [ngClass]="{fullParentSize: useFullParentSize}">
22
<div class="buttonContainer">
3-
<input
4-
type="file"
5-
#nativeInputRef
6-
(change)="onChange($event.target.files)"
7-
[multiple]="multiple"
8-
[disabled]="disabled"
9-
>
3+
<input
4+
type="file"
5+
#nativeInputRef
6+
(change)="onChange($event.target.files)"
7+
[multiple]="multiple"
8+
[disabled]="disabled"
9+
>
1010
<klp-form-button class="uploadButton" [isLoading]="isLoading" (click)="uploadFileClicked()">
1111
Upload a file
1212
</klp-form-button>

0 commit comments

Comments
 (0)