Added icon to team dropdown
This commit is contained in:
@@ -156,7 +156,8 @@ export class UserForm extends React.Component {
|
||||
</Column.Item>
|
||||
<Column.Item>
|
||||
<DropdownList items={teams} render={(item) => (
|
||||
<DropdownList.Item key={item.id} style={{ paddingLeft: 8 }}>
|
||||
<DropdownList.Item key={item.id}>
|
||||
<DropdownList.Icon name='teams' size={sizeInfo.dropdownIconSize} />
|
||||
<DropdownList.Text>{item.name}</DropdownList.Text>
|
||||
</DropdownList.Item>
|
||||
)} />
|
||||
|
||||
Reference in New Issue
Block a user