From c0e6817a2dc6175325798d1e9650f11d224d8db2 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Tue, 15 Jul 2025 14:05:23 -0400 Subject: [PATCH] Removed nextTick()s --- .../service-location/shop-question/shop-question-popup.vue | 4 ---- 1 file changed, 4 deletions(-) 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) {