Fix sur les ajouts d'infos

This commit is contained in:
Sébastien André
2020-04-03 13:46:03 +02:00
parent 6810db7de4
commit dfc04ce981
16 changed files with 206 additions and 110 deletions

View File

@@ -37,6 +37,7 @@ export class ListOfGearsComponent implements OnInit {
ngOnInit() {
this.serviceComm.refreshRequest.subscribe(action => {
if (action === AddAction.Gear) {
this.dialog.closeAll();
this.getListOfGears();
}
});