@smartbit4all/ng-client 3.3.220 → 3.3.221

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.
@@ -15783,8 +15783,8 @@ class SmartComponentApiClient {
15783
15783
  .filter((toolbar) => toolbar !== undefined || toolbar !== null)
15784
15784
  .forEach((toolbar) => toolbars.push(toolbar));
15785
15785
  this.getAllSmartFilterEditorContentComponents()
15786
- ?.filter((filter) => filter.formCompRef?.instance !== undefined)
15787
- .flatMap((filter) => filter.formCompRef?.instance.getToolbars())
15786
+ ?.filter((filter) => filter.simpleFilterRef?.instance !== undefined)
15787
+ .flatMap((filter) => filter.simpleFilterRef?.instance.getToolbars())
15788
15788
  .filter((toolbar) => toolbar !== undefined || toolbar !== null)
15789
15789
  .forEach((toolbar) => toolbars.push(toolbar));
15790
15790
  return toolbars;