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
|
||||
}
|
||||
}).afterClosed()
|
||||
.subscribe(() => {
|
||||
if (afterAdd) {
|
||||
this.config.updateData();
|
||||
}
|
||||
});
|
||||
.subscribe();
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user