vcomply-workflow-engine 3.9.7 → 3.9.9

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.
@@ -30555,6 +30555,7 @@ class WorkflowPolicyComponent {
30555
30555
  next: (response) => {
30556
30556
  if (response) {
30557
30557
  this.SelectedListOfPolicies = [...new Set(response?.data)].reverse();
30558
+ this.populateOptionalFields();
30558
30559
  }
30559
30560
  this.policyForm.LinkedPolicies = this.SelectedListOfPolicies?.filter((item) => item?.contract_id).map((item) => item?.contract_id);
30560
30561
  this.policyForm.isPortalDisplayEnabled = response?.displayOnPortal;