@smartbit4all/ng-client 3.3.79 → 3.3.80

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.
@@ -15101,7 +15101,7 @@ class SmartComponentApiClient {
15101
15101
  addModelToWidgetAction(uiActionRequest) {
15102
15102
  if (this.sendModelOnWidgetAction) {
15103
15103
  this.submitForm(false);
15104
- uiActionRequest.params['model'] = this.getModel();
15104
+ uiActionRequest.params['clientPageModel'] = this.getModel();
15105
15105
  }
15106
15106
  }
15107
15107
  // private async sendModelToServer() {