fix bug where tables reload on action cancel (#30)
Reviewed-on: #30 Reviewed-by: Hop In, I Have Puppies AND WiFi <jleibl@noreply@simonis.lol> Co-authored-by: Constantin Simonis <constantin@simonis.lol> Co-committed-by: Constantin Simonis <constantin@simonis.lol>
This commit is contained in:
committed by
Hop In, I Have Puppies AND WiFi

parent
89bea09476
commit
7653a109ee
@ -63,6 +63,6 @@ export class EditComponent implements OnInit {
|
||||
}
|
||||
|
||||
this.employeeService.update(this.employeeForm.value as Employee, this.employee.id).subscribe();
|
||||
this.dialogRef.close();
|
||||
this.dialogRef.close(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user