Merge pull request #1749 from Safelite/feature/CSR-1952-ajc-try2
CSR-1952: revert watcher to fix QA
This commit is contained in:
commit
3eb02682b2
1 changed files with 3 additions and 3 deletions
|
|
@ -790,9 +790,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
lineItems: {
|
modelValue: {
|
||||||
handler() {
|
handler(newValue) {
|
||||||
this.$emit("update:modelValue", this.lineItems);
|
this.lineItems = deepClone(newValue);
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue