@symphony-talent/component-library 4.132.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.
@@ -9398,9 +9398,6 @@ class ReportsPageComponent {
9398
9398
  ngOnInit() {
9399
9399
  this.filteredCardList = this.model.reportsCardList;
9400
9400
  }
9401
- keywordSearch(keyword) {
9402
- this.filteredCardList = this.model.reportsCardList.filter((card) => card.title.toLowerCase().includes(keyword.toLowerCase()));
9403
- }
9404
9401
  onCardClick(card) {
9405
9402
  this.cardClicked.emit(card);
9406
9403
  }