fixed bug

This commit is contained in:
Jason Wheeler 2023-05-08 16:48:00 -04:00
parent f4b1ea8170
commit f7bbd024a6

View file

@ -1205,8 +1205,8 @@ export const useMainStore = defineStore({
}, },
resetDamagePartsAndDependencies() { resetDamagePartsAndDependencies() {
this.resetDamageState(); //this.resetDamageState();
this.resetGlassPartsState(); //this.resetGlassPartsState();
this.resetSupportingItemsState(); this.resetSupportingItemsState();
this.resetVapsState(); this.resetVapsState();
}, },