@symphony-talent/component-library 3.41.0 → 3.42.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.
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +5 -2
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +5 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +4 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +4 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +4 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5159,7 +5159,10 @@ class AdvertiseModalComponent {
|
|
|
5159
5159
|
this.closeButtonClicked.emit();
|
|
5160
5160
|
}
|
|
5161
5161
|
onPostingBoardChange(selectedBoard) {
|
|
5162
|
-
this.
|
|
5162
|
+
const selectedJobBoards = this.model.jobBoards.filter((jb) => jb.isSelected).length;
|
|
5163
|
+
if (selectedJobBoards > 0) {
|
|
5164
|
+
this.updateOrderSummary();
|
|
5165
|
+
}
|
|
5163
5166
|
}
|
|
5164
5167
|
addLineItem(invoiceAreaIndex, selectedBoard) {
|
|
5165
5168
|
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.push({
|