monkey-front-core 0.0.620 → 0.0.621

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.
@@ -6552,7 +6552,7 @@ class MonkeyEcxCommonsStoreBaseService extends MonkeyEcxCommonsService {
6552
6552
  };
6553
6553
  if (href) {
6554
6554
  if (dispatchLoadAction) {
6555
- this.store.dispatch(action.load({ url: href, skipClear: true }));
6555
+ this.store.dispatch(action.load({ url: href, skipClear: true, identifier: '' }));
6556
6556
  }
6557
6557
  else {
6558
6558
  this.loadData(href);