@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
|
@@ -5085,7 +5085,6 @@ class AdvertiseModalComponent {
|
|
|
5085
5085
|
};
|
|
5086
5086
|
}
|
|
5087
5087
|
onKeywordSearch(keyword) {
|
|
5088
|
-
this.filteredPostingBoardList = this.model.jobBoards.filter(board => board.boardName.toLowerCase().includes(keyword.toLowerCase()));
|
|
5089
5088
|
this.keywordSearchChange.emit(keyword);
|
|
5090
5089
|
}
|
|
5091
5090
|
onButtonClick(text) {
|