Skip to content
Snippets Groups Projects
Unverified Commit 94f10ed1 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove extra border from recipient picker in dash subs (#38131)

parent f56d5118
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ export default class RecipientPicker extends Component {
return (
<div>
<div className="bordered rounded" style={{ padding: "2px" }}>
<div style={{ padding: "2px" }}>
<TokenField
value={recipients}
options={users ? users.map(user => ({ value: user })) : []}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment