This commit is contained in:
jonaswinkler
2020-11-29 23:32:03 +01:00
parent 023aeea7ea
commit fcc0cb7293
6 changed files with 33 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<app-widget-frame title="Upload new documents">
<form>
<form content>
<ngx-file-drop
dropZoneLabel="Drop documents here or" (onFileDrop)="dropped($event)"
(onFileOver)="fileOver($event)" (onFileLeave)="fileLeave($event)"