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.
@@ -21981,8 +21981,8 @@ class ListComponentBase extends ComponentBase {
21981
21981
  if (dialog) {
21982
21982
  dialog.buttonTemplateInput = compRef.instance.buttonTemplate;
21983
21983
  }
21984
- compRef.workflows = workflowSetting.workflows;
21985
- compRef.defaultWorkflow = workflowSetting.workflowCode;
21984
+ compRef.instance.workflows = workflowSetting.workflows;
21985
+ compRef.instance.defaultWorkflow = workflowSetting.workflowCode;
21986
21986
  compRef.instance.onSaved.subscribe(event => this.handleStartWorkflowFromDialog(event));
21987
21987
  compRef.instance.onCancel.subscribe(event => this.startWorkflowModel.showEditForm = false);
21988
21988
  }