@igo2/common 1.13.3 → 1.14.0

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.
@@ -1938,7 +1938,7 @@ EntityTablePaginatorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ typ
1938
1938
  class ImageErrorDirective {
1939
1939
  constructor(el) {
1940
1940
  this.el = el;
1941
- this.errorImageUrl = '/assets/igo2/common/images/na.png';
1941
+ this.errorImageUrl = './assets/igo2/common/images/na.png';
1942
1942
  this.hideError = false;
1943
1943
  }
1944
1944
  onError(event) {