diff --git a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts index 7e8613f..06687aa 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts @@ -1301,7 +1301,7 @@ const reactionEffects: IReactionEffect[] = [ calculationStore.setValidation('tbxCountSeats', undefined); calculationStore.setValidation('tbxMaxMass', undefined); - calculationStore.setFilter('selectLeaseObjectCategory', undefined); + // calculationStore.setFilter('selectLeaseObjectCategory', undefined); if (!leaseObjectTypeId) { return; diff --git a/src/client/stores/CalculationStore/config/initialValues.ts b/src/client/stores/CalculationStore/config/initialValues.ts index f8c09fa..0b130d3 100644 --- a/src/client/stores/CalculationStore/config/initialValues.ts +++ b/src/client/stores/CalculationStore/config/initialValues.ts @@ -38,7 +38,7 @@ const initialValues: Partial> = { maxSpeed: 0, leaseObjectYear: currentYear, engineType: 100000000, - leaseObjectCategory: 100000001, + // leaseObjectCategory: 100000001, leaseObjectMotorPower: 0, engineVolume: 0, dealerRewardSumm: 0,