CSR-1252: add another watch for lineItems

This commit is contained in:
Adam Caouette 2024-02-12 16:24:17 -05:00
parent d8239b3077
commit 12ab7568e3

View file

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