Merge pull request #1746 from Safelite/feature/CSR-1952-ajc-try2

CSR-1952: try removing original watcher with deep clone
This commit is contained in:
AdamCaouetteSafelite 2024-02-12 17:41:37 -05:00 committed by GitHub
commit a16d4dc2f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -790,12 +790,6 @@ export default {
},
},
watch: {
modelValue: {
handler(newValue) {
this.lineItems = deepClone(newValue);
},
deep: true,
},
lineItems: {
handler() {
this.$emit("update:modelValue", this.lineItems);