@tetacom/ng-components 1.0.18 → 1.0.19

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.
@@ -12944,7 +12944,7 @@ class ResizePanelComponent {
12944
12944
  }
12945
12945
  restore() {
12946
12946
  if (this.name?.length > 0) {
12947
- return JSON.parse(localStorage.getItem(`resize-panel${this.name}`) || '');
12947
+ return JSON.parse(localStorage.getItem(`resize-panel${this.name}`));
12948
12948
  }
12949
12949
  }
12950
12950
  restorePosition() {