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 {
|
||||
name: 'schedule-page',
|
||||
components: {
|
||||
|
|
@ -605,6 +603,7 @@ export default {
|
|||
|
||||
const zipCodeData = await getMobileZipCodeData(mobileFirstObject.zipCode);
|
||||
if ((firstPmMobileDateWithTimeSlots || firstMobileDateWithTimeSlots) && zipCodeData?.isValid) {
|
||||
zipCodeData.zipCode = mobileFirstObject.zipCode;
|
||||
const timeSlotForAutoSelectionMobile = {
|
||||
date: firstPmMobileDateWithTimeSlots ? firstPmMobileDateWithTimeSlots.date : firstMobileDateWithTimeSlots.date,
|
||||
estimatedServiceMinutesMax,
|
||||
|
|
|
|||
Loading…
Reference in a new issue