File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export const PartnerOrgReachAndTypeSection = ({
61
61
redacted = { { fieldDescription : `organizational types` } }
62
62
/>
63
63
< DisplaySecuredList
64
- title = "Partner Reach"
64
+ title = "Reach"
65
65
data = { partner ?. organization . value ?. reach }
66
66
labelBy = { labelFrom ( OrganizationReachLabels ) }
67
67
redacted = { {
Original file line number Diff line number Diff line change 8
8
CoerceNonPrimitives ,
9
9
FinancialReportingTypeLabels ,
10
10
FinancialReportingTypeList ,
11
+ OrganizationReachLabels ,
11
12
OrganizationReachList ,
13
+ OrganizationTypeLabels ,
12
14
OrganizationTypeList ,
13
15
PartnerTypeList ,
14
16
UpdateOrganization ,
@@ -115,15 +117,17 @@ const fieldMapping = {
115
117
multiple
116
118
label = "Reach"
117
119
options = { OrganizationReachList }
120
+ getLabel = { labelFrom ( OrganizationReachLabels ) }
118
121
layout = "two-column"
119
122
{ ...props }
120
123
/>
121
124
) ,
122
125
'organization.types' : ( { props } ) => (
123
126
< EnumField
124
127
multiple
125
- label = "Types"
128
+ label = "Organizational Types"
126
129
options = { OrganizationTypeList }
130
+ getLabel = { labelFrom ( OrganizationTypeLabels ) }
127
131
layout = "two-column"
128
132
{ ...props }
129
133
/>
You can’t perform that action at this time.
0 commit comments