Remove buttons

This commit is contained in:
Chloe Herd 2024-01-02 14:17:05 -05:00
parent a1ab29711e
commit e15125da8a

View file

@ -51,12 +51,6 @@
v-bind:isDismissible="false" />
</div>
<add-vaps-modal-buttons
v-model="lineItems"
:availableVaps="availableVaps"
vapsTilesCmsName="VapsProductTiles"
@added-to-cart="showAlert" />
<paymentMethodQuestion
v-if="!isPiaDisabled"
v-model="paymentMethodInternalModel"
@ -86,7 +80,6 @@ import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
import cart from "@/fmg-components/cart/cart";
import reviewDropdown from "@/layouts/payment-method/review-dropdown/review-dropdown";
import promoModalQuestion from "@/layouts/payment-method/promo-modal-question/promo-modal-question";
import addVapsModalButtons from "./add-vaps-modal-buttons/add-vaps-modal-buttons";
import { submitWorkOrder } from "@/helpers/heritage-integration/order-helper.js";
import alert from "@/ux-components/alert/alert";
@ -602,7 +595,6 @@ export default {
loadingModal,
cart,
alert,
addVapsModalButtons,
paymentMethodQuestion,
promoModalQuestion,
reviewDropdown,