diff --git a/src/store/index.js b/src/store/index.js index 2f870abc..a4453cf6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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);