UI: Remove redundant request after close mobile config dialog (PROD-5525).
This commit is contained in:
parent
b6a7c3231b
commit
7e5fb8c036
@ -185,11 +185,7 @@ export class MobileBundleTableConfigResolver {
|
|||||||
iosApp: data.iosApp
|
iosApp: data.iosApp
|
||||||
}
|
}
|
||||||
}).afterClosed()
|
}).afterClosed()
|
||||||
.subscribe(() => {
|
.subscribe();
|
||||||
if (afterAdd) {
|
|
||||||
this.config.updateData();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user