Removed watch for debugging

This commit is contained in:
Leah Schumann 2023-05-17 10:33:28 -04:00
parent 4887385f00
commit 09b489218f

View file

@ -411,13 +411,6 @@ export default {
await this.$refs.shopQuestion.reloadShopData(this.zipCode);
},
},
// watch: {
// selectedAppointmentType: {
// handler() {
// this.selectedProvider = null;
// }
// }
// },
components: {
alert,
serviceZipModalQuestion,