vcomply-workflow-engine 3.1.24 → 3.1.25

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.
@@ -5230,6 +5230,9 @@ class GrcObjectContainerComponent {
5230
5230
  this.disconnectRefresh = new EventEmitter();
5231
5231
  this.resetForm = new EventEmitter();
5232
5232
  }
5233
+ ngOnDestroy() {
5234
+ this.resetGRCForm();
5235
+ }
5233
5236
  ngOnInit() {
5234
5237
  this.grcPayload = JSON.parse(JSON.stringify(this.grcService.GRC_PAYLOAD));
5235
5238
  this.grcPayload.type = this.grcType;