mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Add initiating toast
This commit is contained in:
parent
73cab2af2d
commit
fde0f4ca0a
@ -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…
x
Reference in New Issue
Block a user