diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index ff02fb67c..6e8e7de07 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -63,11 +63,10 @@ export default { data() { return { myModal: null, - } + }; }, mounted() { this.myModal = new Modal(document.getElementById(this.cmsWidgetName)); - }, computed: { ModalHeadline() { diff --git a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue index c26b7743b..169281b71 100644 --- a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue +++ b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue @@ -13,14 +13,13 @@ :text="this.serviceZipDisplayText" href="#!" @click-event="openZipCodeModal" - :data-bs-target="getModalId" aria-label="Modal window" />