Revert "Merge pull request #2975 from Safelite/feature/CASH-1790-refactor-1"

This reverts commit cea4cf5d4a, reversing
changes made to 90e11544d6.
This commit is contained in:
Adam Caouette 2026-01-05 12:04:02 -05:00
parent 43bf081430
commit 366d02516c

View file

@ -80,7 +80,6 @@ export default {
},
set: function (newValue) {
this.$emit("update:modelValue", newValue);
this.$emit("handle-appointment-type-change", newValue);
},
},
isMobileOnly() {