Improved error notifications

This commit is contained in:
shamoon
2023-09-08 11:49:56 -07:00
parent 0ef3a141a8
commit 423e0768f9
14 changed files with 296 additions and 260 deletions
@@ -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
)
},
})