From 01d3afb21aeb2a0f7a8dac08b36e1d08ae46ff96 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 15 Oct 2024 11:08:35 -0400 Subject: [PATCH] we also clear it further down the line. --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index c4c3b903..f9eb378d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1841,7 +1841,7 @@ export const useMainStore = defineStore({ }, updateSupportingItems(partsData) { if (partsData == null) { - this.order.lineItems.supportingItems = null; + this.order.lineItems.supportingItems = []; return; }