Merge pull request #291 from Safelite/feature/digital/SSR-467

fixed bug
This commit is contained in:
Jason Wheeler 2023-05-08 16:52:00 -04:00 committed by GitHub
commit 519f936e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();
}, },