Surface edit dialog errors all the way

This commit is contained in:
shamoon 2023-03-03 08:55:52 -08:00
parent 489340a338
commit f56ccec77f

View File

@ -131,6 +131,7 @@ export abstract class EditDialogComponent<
error: (error) => {
this.error = error.error
this.networkActive = false
this.succeeded.error(error)
},
})
}