vcomply-workflow-engine 3.2.3 → 3.2.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.
- package/esm2020/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +2 -1
- package/fesm2015/vcomply-workflow-engine.mjs +1 -0
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6710,6 +6710,7 @@ class GrcObjectContainerComponent {
|
|
|
6710
6710
|
this.listObject.RC.selectedData = [];
|
|
6711
6711
|
this.listObject.OTHER_GRC_OBJECTS.selectedData = [];
|
|
6712
6712
|
this.listObject.RISK_CATEGORY.selectedData = [];
|
|
6713
|
+
this.listObject.PROGRAM_RESPONSIBILITY.selectedData = [];
|
|
6713
6714
|
}
|
|
6714
6715
|
smileyActions(event) {
|
|
6715
6716
|
this.showSmiley = false;
|