monkey-front-core 0.0.505 → 0.0.506

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.
@@ -6094,11 +6094,12 @@ class MonkeyEcxCommonsStoreService extends MonkeyEcxCommonsService {
6094
6094
  try {
6095
6095
  const data = await this.monkeyecxService?.get(url).toPromise();
6096
6096
  this.handleResponseData(data, identifier, updateLinks);
6097
+ this.updateControl({ isLoading: false });
6097
6098
  }
6098
6099
  catch (e) {
6100
+ this.updateControl({ isLoading: false });
6099
6101
  throw new Error(`${e?.message}`);
6100
6102
  }
6101
- this.updateControl({ isLoading: false });
6102
6103
  }
6103
6104
  async loadPageData(pagination, identifier) {
6104
6105
  const { store, selector } = this;