ca-components 1.9.94 → 1.9.95

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.
@@ -23215,7 +23215,7 @@ class CaSearchMultipleStatesComponent {
23215
23215
  this.searchText = text.charAt(0).toUpperCase() + text.slice(1);
23216
23216
  }
23217
23217
  emitSearchEvent() {
23218
- if (this.isDetailsPageSearch)
23218
+ if (this._isDetailsPageSearch)
23219
23219
  this.onSearch.emit(this.searchText);
23220
23220
  }
23221
23221
  ngOnDestroy() {