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: {
|
||||
lineItems: {
|
||||
handler() {
|
||||
this.$emit("update:modelValue", this.lineItems);
|
||||
modelValue: {
|
||||
handler(newValue) {
|
||||
this.lineItems = deepClone(newValue);
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue