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

CSR-1252: add another watch for lineItems
This commit is contained in:
AdamCaouetteSafelite 2024-02-12 16:48:22 -05:00 committed by GitHub
commit 05e4756b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -796,6 +796,12 @@ export default {
},
deep: true,
},
lineItems: {
handler() {
this.$emit("update:modelValue", this.lineItems);
},
deep: true,
},
},
components: {
textBlock,