app init added

pull/15129/head
Fatih KILIÇ 3 years ago
parent 660d812879
commit 1c386bf5dc

@ -136,6 +136,11 @@ export class FeatureManagementComponent
this.service.delete(this.providerName, this.providerKey).subscribe(() => {
this.toasterService.success('AbpFeatureManagement::ResetedToDefault');
this.visible = false;
if (!this.providerKey) {
// to refresh host's features
this.configState.refreshAppState().subscribe();
}
});
}
});

Loading…
Cancel
Save