vcomply-workflow-engine 3.3.4 → 3.3.5

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.
@@ -24049,6 +24049,9 @@ class WorkflowComplianceComponent {
24049
24049
  riskMatrix: res?.risk_matrix_data,
24050
24050
  selectedGRCObjects: res?.linkedGrcDetails ?? [],
24051
24051
  };
24052
+ if (res?.linkedGrcDetails?.length > 0) {
24053
+ this.setOtherGRCTypesFormate();
24054
+ }
24052
24055
  if (this.featureFlag_groups) {
24053
24056
  this.populateAssigneeData(res);
24054
24057
  this.populateOverseerData(res);