Fix sur les ajouts d'infos
This commit is contained in:
@@ -37,6 +37,7 @@ export class ListOfGearsComponent implements OnInit {
|
||||
ngOnInit() {
|
||||
this.serviceComm.refreshRequest.subscribe(action => {
|
||||
if (action === AddAction.Gear) {
|
||||
this.dialog.closeAll();
|
||||
this.getListOfGears();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user