@smartbit4all/ng-client 3.3.212 → 3.3.213

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.
@@ -7912,7 +7912,7 @@ class UiActionInputDialogComponent {
7912
7912
  return this.descriptor[this.dialogType].actionButton;
7913
7913
  }
7914
7914
  getCancelButton() {
7915
- return this.descriptor[this.dialogType].actionButton;
7915
+ return this.descriptor[this.dialogType].cancelButton;
7916
7916
  }
7917
7917
  constructForm() {
7918
7918
  let model = {};
@@ -8056,7 +8056,7 @@ class UiActionConfirmDialogComponent {
8056
8056
  return this.descriptor[this.dialogType].actionButton;
8057
8057
  }
8058
8058
  getCancelButton() {
8059
- return this.descriptor[this.dialogType].actionButton;
8059
+ return this.descriptor[this.dialogType].cancelButton;
8060
8060
  }
8061
8061
  doAction() {
8062
8062
  this.service.doAction();