iptdevs-design-system 3.1.543 → 3.1.544
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/cod-self-managed/steps/cod-form-step-two/cod-self-form-step-two.component.mjs +3 -2
- package/fesm2015/iptdevs-design-system.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6738,7 +6738,8 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
|
|
|
6738
6738
|
agreement: agreement,
|
|
6739
6739
|
modality: this.selectedModality,
|
|
6740
6740
|
schedules: this.selectedSchedules,
|
|
6741
|
-
decitionPlacementTest: this.selectedOptionPlacementTest
|
|
6741
|
+
decitionPlacementTest: this.selectedOptionPlacementTest,
|
|
6742
|
+
token: this.baseService.getUserToken()
|
|
6742
6743
|
// schedule: this.codSelfFormStepTwo.get('schedule')?.value,
|
|
6743
6744
|
// possible_start: this.codSelfFormStepTwo.get('to_start')?.value,
|
|
6744
6745
|
// modality: this.codSelfFormStepTwo.get('modality')?.value
|