mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Improved error notifications
This commit is contained in:
@@ -182,9 +182,8 @@ export class BulkEditorComponent
|
||||
modal.componentInstance.buttonsEnabled = true
|
||||
}
|
||||
this.toastService.showError(
|
||||
$localize`Error executing bulk operation: ${JSON.stringify(
|
||||
error.error
|
||||
)}`
|
||||
$localize`Error executing bulk operation`,
|
||||
error
|
||||
)
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user