Skip to content

Commit fe50384

Browse files
committed
Change Reach to one column to better convey locality sorting
1 parent a476cb2 commit fe50384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/Partners/Edit/EditPartner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const fieldMapping = {
118118
label="Reach"
119119
options={OrganizationReachList}
120120
getLabel={labelFrom(OrganizationReachLabels)}
121-
layout="two-column"
121+
layout="column"
122122
{...props}
123123
/>
124124
),

0 commit comments

Comments
 (0)