diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index 6fa7199c4..3a314dd86 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -90,8 +90,6 @@ import { defineRule } from "vee-validate"; import { required } from "@/helpers/validation-rules"; import { errorMessages } from "@/constants/error-messages"; import baseMixin from "@/mixins/base-mixin.js"; -import { nextTick } from "vue"; -import { regex } from "@/helpers/validation-rules"; import { getAvailabilityRating } from "@/layouts/service-location/helpers/service-location-helper/service-location-helper"; @@ -277,8 +275,6 @@ export default { }); } - await nextTick(); - this.scrollToPageBottom(); }, copyModel(modelToCopy) {