mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Add initiating toast
This commit is contained in:
parent
73cab2af2d
commit
fde0f4ca0a
1 changed files with 1 additions and 0 deletions
|
|
@ -143,5 +143,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||||
'inert'
|
'inert'
|
||||||
)
|
)
|
||||||
this.uploadDocumentsService.uploadFiles(files)
|
this.uploadDocumentsService.uploadFiles(files)
|
||||||
|
this.toastService.showInfo($localize`Initiating upload...`, 3000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue