@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
|
@@ -5163,7 +5163,10 @@ class AdvertiseModalComponent {
|
|
|
5163
5163
|
this.closeButtonClicked.emit();
|
|
5164
5164
|
}
|
|
5165
5165
|
onPostingBoardChange(selectedBoard) {
|
|
5166
|
-
this.
|
|
5166
|
+
const selectedJobBoards = this.model.jobBoards.filter((jb) => jb.isSelected).length;
|
|
5167
|
+
if (selectedJobBoards > 0) {
|
|
5168
|
+
this.updateOrderSummary();
|
|
5169
|
+
}
|
|
5167
5170
|
}
|
|
5168
5171
|
addLineItem(invoiceAreaIndex, selectedBoard) {
|
|
5169
5172
|
this.orderSummary.invoiceAreas[invoiceAreaIndex].lineItems.push({
|