we also clear it further down the line.

This commit is contained in:
Bill Richardson 2024-10-15 11:08:35 -04:00
parent 81414dfa4e
commit 01d3afb21a

View file

@ -1841,7 +1841,7 @@ export const useMainStore = defineStore({
},
updateSupportingItems(partsData) {
if (partsData == null) {
this.order.lineItems.supportingItems = null;
this.order.lineItems.supportingItems = [];
return;
}