This commit is contained in:
jonaswinkler
2021-01-07 01:01:01 +01:00
parent e92046a265
commit 7f0f48ddac
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ export abstract class EditDialogComponent<T extends ObjectWithId> implements OnI
serverResponse.subscribe(result => {
this.activeModal.close()
this.success.emit(result)
this.networkActive = false
}, error => {
this.error = error.error
this.networkActive = false