mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Metadata error use new error toast
This commit is contained in:
		| @@ -374,7 +374,9 @@ export class DocumentDetailComponent | |||||||
|         error: (error) => { |         error: (error) => { | ||||||
|           this.metadata = null |           this.metadata = null | ||||||
|           this.toastService.showError( |           this.toastService.showError( | ||||||
|             $localize`Error retrieving metadata` + ': ' + error.toString() |             $localize`Error retrieving metadata`, | ||||||
|  |             10000, | ||||||
|  |             error | ||||||
|           ) |           ) | ||||||
|         }, |         }, | ||||||
|       }) |       }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon