CSR-1952: try removing original watcher with deep clone

This commit is contained in:
Adam Caouette 2024-02-12 17:33:06 -05:00
parent 12ab7568e3
commit e19684dd68

View file

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