Merge pull request #291 from Safelite/feature/digital/SSR-467
fixed bug
This commit is contained in:
commit
519f936e13
1 changed files with 2 additions and 2 deletions
|
|
@ -1205,8 +1205,8 @@ export const useMainStore = defineStore({
|
|||
},
|
||||
|
||||
resetDamagePartsAndDependencies() {
|
||||
this.resetDamageState();
|
||||
this.resetGlassPartsState();
|
||||
//this.resetDamageState();
|
||||
//this.resetGlassPartsState();
|
||||
this.resetSupportingItemsState();
|
||||
this.resetVapsState();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue