From f56ccec77f90cc5b4dba0dd9f0228de71d23491c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:55:52 -0800 Subject: [PATCH] Surface edit dialog errors all the way --- .../app/components/common/edit-dialog/edit-dialog.component.ts | 1 + 1 file changed, 1 insertion(+) 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) }, }) }