mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
changes
This commit is contained in:
parent
fcaaf7ce03
commit
e2456f4b3f
6 changed files with 25 additions and 24 deletions
|
|
@ -29,7 +29,7 @@ export class UploadFileWidgetComponent implements OnInit {
|
|||
const formData = new FormData()
|
||||
formData.append('document', file, file.name)
|
||||
this.documentService.uploadDocument(formData).subscribe(result => {
|
||||
this.toastService.showInfo(The document has been uploaded and will be processed by the consumer shortly.")
|
||||
this.toastService.showInfo("The document has been uploaded and will be processed by the consumer shortly.")
|
||||
}, error => {
|
||||
switch (error.status) {
|
||||
case 400: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue