aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/reactive-file.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/forms/reactive-file.component.html')
-rw-r--r--client/src/app/shared/forms/reactive-file.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/reactive-file.component.html b/client/src/app/shared/forms/reactive-file.component.html
index 9fb1c9e3e..7d691059d 100644
--- a/client/src/app/shared/forms/reactive-file.component.html
+++ b/client/src/app/shared/forms/reactive-file.component.html
@@ -4,7 +4,7 @@
4 <input 4 <input
5 type="file" 5 type="file"
6 [name]="inputName" [id]="inputName" [accept]="extensions" 6 [name]="inputName" [id]="inputName" [accept]="extensions"
7 (change)="fileChange($event)" 7 (change)="fileChange($event)" [(ngModel)]="fileInputValue"
8 /> 8 />
9 </div> 9 </div>
10 10