Make optional "Add" item in dropdown look distinct
parent
7a58a057cc
commit
eeceb83f7a
|
@ -192,8 +192,8 @@ class Dropdown extends Component {
|
|||
)
|
||||
})}
|
||||
{addNew
|
||||
? <li>
|
||||
<Link to={addNew.url}>
|
||||
? <li className="multi-select--apply">
|
||||
<Link className="btn btn-xs btn-default" to={addNew.url}>
|
||||
{addNew.text}
|
||||
</Link>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue