Add initiating toast

This commit is contained in:
Michael Shamoon 2022-03-10 22:35:18 -08:00
parent 73cab2af2d
commit fde0f4ca0a

View File

@ -143,5 +143,6 @@ export class AppComponent implements OnInit, OnDestroy {
'inert'
)
this.uploadDocumentsService.uploadFiles(files)
this.toastService.showInfo($localize`Initiating upload...`, 3000)
}
}