Skip to content

Commit

Permalink
Fix two role pickers showing up in invite email (keybase#11038)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb authored Mar 24, 2018
1 parent adddfcc commit 9ba7a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/teams/invite-by-email/index.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const InviteByEmail = (props: Props) => (
props.onRoleChange(selectedRole)
)
}
underlayColor="rgba(0, 0, 0, 0)"
>
<Dropdown
items={_makeDropdownItems()}
Expand Down

0 comments on commit 9ba7a1d

Please sign in to comment.