@hitsoft/e-donusum 1.0.70 → 1.0.71

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.
@@ -8397,9 +8397,11 @@ class HitXsltFormatComponent {
8397
8397
  fileName: [fileName ?? null, [Validators.required, Validators.maxLength(64)]],
8398
8398
  isDefault: [isDefault ?? false, []],
8399
8399
  });
8400
+ this.selectedFile = null;
8400
8401
  }
8401
8402
  hideForm() {
8402
8403
  this.isModalOpen = false;
8404
+ this.selectedFile = null;
8403
8405
  this.form.reset();
8404
8406
  }
8405
8407
  showForm() {