we also clear it further down the line.
This commit is contained in:
parent
81414dfa4e
commit
01d3afb21a
1 changed files with 1 additions and 1 deletions
|
|
@ -1841,7 +1841,7 @@ export const useMainStore = defineStore({
|
||||||
},
|
},
|
||||||
updateSupportingItems(partsData) {
|
updateSupportingItems(partsData) {
|
||||||
if (partsData == null) {
|
if (partsData == null) {
|
||||||
this.order.lineItems.supportingItems = null;
|
this.order.lineItems.supportingItems = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue