diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts index 374467600..3c1be2072 100644 --- a/src-ui/src/app/app.component.ts +++ b/src-ui/src/app/app.component.ts @@ -143,5 +143,6 @@ export class AppComponent implements OnInit, OnDestroy { 'inert' ) this.uploadDocumentsService.uploadFiles(files) + this.toastService.showInfo($localize`Initiating upload...`, 3000) } }