@sumaris-net/ngx-components 2.6.21-beta1 → 2.6.21-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31924,6 +31924,7 @@ class AccountPage extends AppForm {
31924
31924
  onConfigLoaded(config) {
31925
31925
  this.accountReadOnly = config.getPropertyAsBoolean(CORE_CONFIG_OPTIONS.ACCOUNT_READONLY);
31926
31926
  this.showApiTokens = config.getPropertyAsBoolean(CORE_CONFIG_OPTIONS.AUTH_API_TOKEN_ENABLED);
31927
+ this.cd.detectChanges();
31927
31928
  }
31928
31929
  markForCheck() {
31929
31930
  this.cd.markForCheck();