Forgot to save one of my files...

pull/947/head
Hunter Trujillo 2017-03-02 15:11:38 -07:00
parent ec23d41342
commit 82f320c5ac
1 changed files with 2 additions and 2 deletions

View File

@ -83,11 +83,11 @@ class MultiSelectDropdown extends Component {
return (
<div className={classNames('dropdown multi-select-dropdown', {open: isOpen})}>
<div onClick={::this.toggleMenu} className="btn btn-xs btn-info dropdown-toggle" type="button">
<span className="multi-select-dropdown__label">
<div className="multi-select-dropdown__label">
{
labelText({localSelectedItems, isOpen, label})
}
</span>
</div>
<span className="caret"></span>
</div>
{this.renderMenu()}