Update document-detail.component.ts

This commit is contained in:
shamoon 2023-05-09 21:48:31 -07:00
parent fe990b4cd2
commit d7d95037be

View File

@ -386,7 +386,9 @@ export class DocumentDetailComponent
error: (error) => {
this.suggestions = null
this.toastService.showError(
$localize`Error retrieving suggestions` + ': ' + error.toString()
$localize`Error retrieving suggestions: ${JSON.stringify(
error
).slice(0, 500)}`
)
},
})