selectLeaseObjectCategory: disable reset filter

& default value
This commit is contained in:
Chika 2022-03-25 12:03:41 +03:00
parent 71b0a3617f
commit f1b2b00b30
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,