mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Update document-detail.component.ts
This commit is contained in:
parent
b537fde89b
commit
595f46fe39
@ -386,7 +386,9 @@ export class DocumentDetailComponent
|
|||||||
error: (error) => {
|
error: (error) => {
|
||||||
this.suggestions = null
|
this.suggestions = null
|
||||||
this.toastService.showError(
|
this.toastService.showError(
|
||||||
$localize`Error retrieving suggestions` + ': ' + error.toString()
|
$localize`Error retrieving suggestions: ${JSON.stringify(
|
||||||
|
error
|
||||||
|
).slice(0, 500)}`
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user