herum-shared 1.0.2 → 1.0.3
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.
|
@@ -6626,7 +6626,8 @@ class HerumUploadFileComponent {
|
|
|
6626
6626
|
ngOnChanges(changes) {
|
|
6627
6627
|
if (changes.selectedFile) {
|
|
6628
6628
|
if (!this.selectedFile) {
|
|
6629
|
-
this.files =
|
|
6629
|
+
this.files = undefined;
|
|
6630
|
+
this.hasTouched = false;
|
|
6630
6631
|
return;
|
|
6631
6632
|
}
|
|
6632
6633
|
this.setExistingFile();
|