@idsoftsource/initial-process 1.3.7 → 1.3.8

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.
@@ -2956,6 +2956,8 @@ class CertificationComponent {
2956
2956
  country: 'US'
2957
2957
  }); // reset form fields
2958
2958
  this.fileName = '';
2959
+ this.selectedDocumentId = null;
2960
+ this.selectedDocumentName = null;
2959
2961
  }
2960
2962
  // Called when user cancels form
2961
2963
  cancelForm() {
@@ -4450,6 +4452,8 @@ class LicensesComponent {
4450
4452
  country: 'US'
4451
4453
  }); // reset form fields
4452
4454
  this.fileName = '';
4455
+ this.selectedDocumentId = null;
4456
+ this.selectedDocumentName = null;
4453
4457
  }
4454
4458
  // Called when user cancels form
4455
4459
  cancelForm() {