@smartbit4all/ng-client 3.3.29 → 3.3.30

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.
@@ -14636,7 +14636,7 @@ class SmartComponentApiClient {
14636
14636
  if (!actionModel) {
14637
14637
  actionModel = globalUiActionModels;
14638
14638
  }
14639
- actionModel.concat(action);
14639
+ actionModel.push(action);
14640
14640
  });
14641
14641
  this.uiActionModels = globalUiActionModels;
14642
14642
  toolbars.forEach((toolbar) => {