diff --git a/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts b/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts index 94fe79d2a..c83771656 100644 --- a/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts +++ b/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts @@ -131,6 +131,7 @@ export abstract class EditDialogComponent< error: (error) => { this.error = error.error this.networkActive = false + this.succeeded.error(error) }, }) }