From f7bbd024a6e2a2b59242bd9d2359f58c856e017e Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Mon, 8 May 2023 16:48:00 -0400 Subject: [PATCH] fixed bug --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index c6eef029..b545d32c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1205,8 +1205,8 @@ export const useMainStore = defineStore({ }, resetDamagePartsAndDependencies() { - this.resetDamageState(); - this.resetGlassPartsState(); + //this.resetDamageState(); + //this.resetGlassPartsState(); this.resetSupportingItemsState(); this.resetVapsState(); },