This commit is contained in:
jonaswinkler
2020-11-29 23:32:03 +01:00
parent 0e9d88ef7d
commit 5b60e3129e
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)"