From fde0f4ca0acbdd8f977f6dba34d941c93e5cc025 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) } }