CASH-2880 | Remove unused loader
This commit is contained in:
parent
06eadce0e8
commit
2a22e8f5b3
2 changed files with 1 additions and 3 deletions
|
|
@ -91,6 +91,7 @@
|
||||||
import { PREMIUM_TIME_SLOT_ID_FLAG, AppointmentTypeStrings } from "@/constants/schedule-constants";
|
import { PREMIUM_TIME_SLOT_ID_FLAG, AppointmentTypeStrings } from "@/constants/schedule-constants";
|
||||||
import { militaryToTwelveHourTime } from "@/layouts/schedule/helpers/schedule-helper";
|
import { militaryToTwelveHourTime } from "@/layouts/schedule/helpers/schedule-helper";
|
||||||
import schedulingCardLoader from "@/layouts/scheduling/scheduling-card-loader/scheduling-card-loader.vue";
|
import schedulingCardLoader from "@/layouts/scheduling/scheduling-card-loader/scheduling-card-loader.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "mobile-scheduling-card",
|
name: "mobile-scheduling-card",
|
||||||
emits: ["update:modelValue", "zip-code-clicked"],
|
emits: ["update:modelValue", "zip-code-clicked"],
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm">
|
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm">
|
||||||
<interceptOverlay v-if="isLoadingDates" />
|
<interceptOverlay v-if="isLoadingDates" />
|
||||||
<loadingModal notFullScreen ref="loadingModal" />
|
|
||||||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||||
<div class="container page-container-grouped-styles">
|
<div class="container page-container-grouped-styles">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -68,7 +67,6 @@ import { Form } from "vee-validate";
|
||||||
import datePicker from "@/layouts/scheduling/date-picker/date-picker";
|
import datePicker from "@/layouts/scheduling/date-picker/date-picker";
|
||||||
import mobileSchedulingCard from "@/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card";
|
import mobileSchedulingCard from "@/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card";
|
||||||
import inshopSchedulingCard from "@/layouts/scheduling/inshop-scheduling-card/inshop-scheduling-card";
|
import inshopSchedulingCard from "@/layouts/scheduling/inshop-scheduling-card/inshop-scheduling-card";
|
||||||
import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
|
|
||||||
import interceptOverlay from "@/ux-components/intercept-overlay/intercept-overlay";
|
import interceptOverlay from "@/ux-components/intercept-overlay/intercept-overlay";
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
import { AppointmentTypeStrings, PREMIUM_FEE_PART_TYPE } from "@/constants/schedule-constants";
|
import { AppointmentTypeStrings, PREMIUM_FEE_PART_TYPE } from "@/constants/schedule-constants";
|
||||||
|
|
@ -397,7 +395,6 @@ export default {
|
||||||
datePicker,
|
datePicker,
|
||||||
mobileSchedulingCard,
|
mobileSchedulingCard,
|
||||||
inshopSchedulingCard,
|
inshopSchedulingCard,
|
||||||
loadingModal,
|
|
||||||
interceptOverlay,
|
interceptOverlay,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue