unlock elements
This commit is contained in:
parent
d2954a412c
commit
30727acb75
@ -7,9 +7,12 @@ export const controlsList: IGroup[] = [
|
||||
{
|
||||
elements: ['selectLead', 'selectOpportunity', 'selectQuote'],
|
||||
},
|
||||
// {
|
||||
// elements: ['cbxRecalcWithRevision'],
|
||||
// },
|
||||
{
|
||||
elements: ['cbxRecalcWithRevision'],
|
||||
layout: {
|
||||
newLine: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -263,7 +263,7 @@ const sections: ISection[] = [
|
||||
blocks: [
|
||||
{
|
||||
elements: [
|
||||
// 'cbxInsDecentral',
|
||||
'cbxInsDecentral',
|
||||
'radioInsKaskoType',
|
||||
'tbxInsFranchise',
|
||||
// 'btnInsCalculation',
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user