reset deductible if damage changes

This commit is contained in:
Katie Kroell 2023-12-11 20:41:21 -05:00
parent 7648904408
commit bfe1b139d1

View file

@ -1286,6 +1286,7 @@ export const useMainStore = defineStore({
// Reset dependent state when changing
// Was resetGlassPartsState, added dependencies for SSR-290
this.resetPartsAndDependencies();
this.order.currentDeductible = this.order.originalDeductible;
// Save new values
this.updateIsRepair(isWindshieldRepair);