couple copilot things
This commit is contained in:
parent
372213eefd
commit
6f643c388b
1 changed files with 1 additions and 2 deletions
|
|
@ -219,8 +219,6 @@ const getAvailableDates = async (
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const RECAL_MODAL_REF_NAME = 'RecalModal';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'schedule-page',
|
name: 'schedule-page',
|
||||||
components: {
|
components: {
|
||||||
|
|
@ -605,6 +603,7 @@ export default {
|
||||||
|
|
||||||
const zipCodeData = await getMobileZipCodeData(mobileFirstObject.zipCode);
|
const zipCodeData = await getMobileZipCodeData(mobileFirstObject.zipCode);
|
||||||
if ((firstPmMobileDateWithTimeSlots || firstMobileDateWithTimeSlots) && zipCodeData?.isValid) {
|
if ((firstPmMobileDateWithTimeSlots || firstMobileDateWithTimeSlots) && zipCodeData?.isValid) {
|
||||||
|
zipCodeData.zipCode = mobileFirstObject.zipCode;
|
||||||
const timeSlotForAutoSelectionMobile = {
|
const timeSlotForAutoSelectionMobile = {
|
||||||
date: firstPmMobileDateWithTimeSlots ? firstPmMobileDateWithTimeSlots.date : firstMobileDateWithTimeSlots.date,
|
date: firstPmMobileDateWithTimeSlots ? firstPmMobileDateWithTimeSlots.date : firstMobileDateWithTimeSlots.date,
|
||||||
estimatedServiceMinutesMax,
|
estimatedServiceMinutesMax,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue