From ff67e61ff081f21068d29a95b2394cabeda856f6 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 10 Mar 2022 22:35:18 -0800 Subject: [PATCH] Add initiating toast --- src-ui/src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) 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) } }