diff --git a/apps/web/Components/Calculation/Form/Insurance/config.ts b/apps/web/Components/Calculation/Form/Insurance/config.ts index fff64e3..8555226 100644 --- a/apps/web/Components/Calculation/Form/Insurance/config.ts +++ b/apps/web/Components/Calculation/Form/Insurance/config.ts @@ -6,11 +6,9 @@ export const title = 'Страхование'; export const rows: FormTabRows = [ [['tbxLeaseObjectYear', 'selectLeaseObjectUseFor', 'selectLegalClientRegion']], - [['selectEngineType', 'tbxInsFranchise', 'selectLegalClientTown']], - [['selectLeaseObjectCategory', 'tbxMileage']], - [['tbxLeaseObjectMotorPower', 'cbxWithTrailer', 'selectGPSBrand']], - [['tbxEngineVolume', 'cbxInsDecentral', 'selectGPSModel']], - [['selectLeasingWithoutKasko', 'selectInsNSIB']], + [['tbxMileage', 'tbxInsFranchise', 'selectLegalClientTown']], + [['selectGPSBrand', 'cbxWithTrailer', 'selectInsNSIB']], + [['selectGPSModel', 'cbxInsDecentral', 'selectLeasingWithoutKasko']], ]; export const mobileRows = transformRowsForMobile(rows);