Merge branch 'development'

This commit is contained in:
Chika 2022-03-25 12:34:15 +03:00
commit 532de600da
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -38,7 +38,7 @@ const initialValues: Partial<Record<ValuesNames, any>> = {
maxSpeed: 0,
leaseObjectYear: currentYear,
engineType: 100000000,
leaseObjectCategory: 100000001,
// leaseObjectCategory: 100000001,
leaseObjectMotorPower: 0,
engineVolume: 0,
dealerRewardSumm: 0,