@symphony-talent/component-library 3.38.2 → 3.38.3
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.
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -2
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +0 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +0 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +0 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +0 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5089,7 +5089,6 @@ class AdvertiseModalComponent {
|
|
|
5089
5089
|
};
|
|
5090
5090
|
}
|
|
5091
5091
|
onKeywordSearch(keyword) {
|
|
5092
|
-
this.filteredPostingBoardList = this.model.jobBoards.filter(board => board.boardName.toLowerCase().includes(keyword.toLowerCase()));
|
|
5093
5092
|
this.keywordSearchChange.emit(keyword);
|
|
5094
5093
|
}
|
|
5095
5094
|
onButtonClick(text) {
|