@c8y/ngx-components 1018.0.246 → 1018.0.248

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.
@@ -2064,7 +2064,7 @@ class PackageVersionsListComponent {
2064
2064
  });
2065
2065
  }
2066
2066
  catch (e) {
2067
- // on cancel: do nothing
2067
+ yield this.refreshPackage();
2068
2068
  return;
2069
2069
  }
2070
2070
  yield this.setVersionAsLatest(uploadedVersion);