@smartbit4all/ng-client 3.3.83 → 3.3.84

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.
@@ -13646,7 +13646,7 @@ class SmartFilterEditorContentComponent {
13646
13646
  setupSimpleFilter() {
13647
13647
  this.simpleFilterVcRef?.clear();
13648
13648
  this.simpleFilterRef?.destroy();
13649
- if (!this.simpleFilterRef) {
13649
+ if (!this.simpleFilterVcRef) {
13650
13650
  return;
13651
13651
  }
13652
13652
  let widgets = [];