@trudb/tru-common-lib 0.0.448 → 0.0.449

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.
@@ -484,7 +484,7 @@ class TruSearchViewBase {
484
484
  }
485
485
  setWindowTitle() {
486
486
  if (!this.windowTitle)
487
- this.windowTitle = this.desktopManager.getUniqueTitle(this.tablePluralLabel);
487
+ this.windowTitle = this.desktopManager.getUniqueTitle(this.tablePluralLabel).text;
488
488
  this.view.window.title = this.windowTitle;
489
489
  }
490
490
  }