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