Change: show preview even if metadata fails (#5706)

This commit is contained in:
shamoon 2024-02-09 11:35:32 -08:00 committed by GitHub
parent 4855f4b8b1
commit cd3b1a221e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -487,7 +487,7 @@ export class DocumentDetailComponent
this.metadata = result
},
error: (error) => {
this.metadata = null
this.metadata = {} // allow display to fallback to <object> tag
this.toastService.showError(
$localize`Error retrieving metadata`,
error