tnx-shared 5.3.423 → 5.3.424

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.
@@ -25905,8 +25905,8 @@
25905
25905
  if (dialog) {
25906
25906
  dialog.buttonTemplateInput = compRef.instance.buttonTemplate;
25907
25907
  }
25908
- compRef.workflows = workflowSetting.workflows;
25909
- compRef.defaultWorkflow = workflowSetting.workflowCode;
25908
+ compRef.instance.workflows = workflowSetting.workflows;
25909
+ compRef.instance.defaultWorkflow = workflowSetting.workflowCode;
25910
25910
  compRef.instance.onSaved.subscribe(function (event) { return _this.handleStartWorkflowFromDialog(event); });
25911
25911
  compRef.instance.onCancel.subscribe(function (event) { return _this.startWorkflowModel.showEditForm = false; });
25912
25912
  _h.label = 14;