@smartbit4all/ng-client 3.3.228 → 3.3.229

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.
@@ -16266,9 +16266,9 @@ class SmartComponentApiClient {
16266
16266
  }
16267
16267
  else if (reference instanceof SmartFilterEditorContentComponent) {
16268
16268
  this.setupFilterServices(reference);
16269
- if (!skipLoad) {
16270
- reference.service.load();
16271
- }
16269
+ //if (!skipLoad) { // filter is not loaded when setting uuid
16270
+ reference.service.load();
16271
+ //}
16272
16272
  }
16273
16273
  else if (!skipLoad && reference === undefined) {
16274
16274
  console.error(`Provided reference for ${key} is undefined.`);