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