@symphony-talent/component-library 4.133.0 → 4.134.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.
@@ -9402,9 +9402,6 @@ class ReportsPageComponent {
9402
9402
  ngOnInit() {
9403
9403
  this.filteredCardList = this.model.reportsCardList;
9404
9404
  }
9405
- keywordSearch(keyword) {
9406
- this.filteredCardList = this.model.reportsCardList.filter((card) => card.title.toLowerCase().includes(keyword.toLowerCase()));
9407
- }
9408
9405
  onCardClick(card) {
9409
9406
  this.cardClicked.emit(card);
9410
9407
  }