Metadata error use new error toast

This commit is contained in:
shamoon 2023-05-20 10:28:37 -07:00
parent a436caf2ad
commit b9a548758a

View File

@ -374,7 +374,9 @@ export class DocumentDetailComponent
error: (error) => {
this.metadata = null
this.toastService.showError(
$localize`Error retrieving metadata` + ': ' + error.toString()
$localize`Error retrieving metadata`,
10000,
error
)
},
})