unlock elements

This commit is contained in:
Chika 2020-12-09 22:52:32 +03:00
parent d2954a412c
commit 30727acb75
3 changed files with 7 additions and 5 deletions

View File

@ -7,9 +7,12 @@ export const controlsList: IGroup[] = [
{
elements: ['selectLead', 'selectOpportunity', 'selectQuote'],
},
// {
// elements: ['cbxRecalcWithRevision'],
// },
{
elements: ['cbxRecalcWithRevision'],
layout: {
newLine: true,
},
},
],
},
{

View File

@ -263,7 +263,7 @@ const sections: ISection[] = [
blocks: [
{
elements: [
// 'cbxInsDecentral',
'cbxInsDecentral',
'radioInsKaskoType',
'tbxInsFranchise',
// 'btnInsCalculation',

View File

@ -14,7 +14,6 @@ const initialStatuses: TElements<ElementStatus> = {
tbxImporterRewardRub: ElementStatus.Disabled,
tbxImporterRewardPerc: ElementStatus.Disabled,
tbxMaxPriceChange: ElementStatus.Disabled,
cbxInsDecentral: ElementStatus.Disabled,
tbxCreditRate: ElementStatus.Disabled,
selectRate: ElementStatus.Disabled,
selectTarif: ElementStatus.Disabled,