Skip to content

Commit a771321

Browse files
committed
rm unused var
1 parent ded3c69 commit a771321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Multiselect.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var Multiselect = React.createClass({
150150
let {
151151
searchTerm, maxLength
152152
, className, tabIndex, textField
153-
, groupBy, messages, data, busy, dropUp
153+
, groupBy, messages, busy, dropUp
154154
, open, disabled, readOnly
155155
, tagComponent: TagComponent
156156
, listComponent: List } = this.props;

0 commit comments

Comments
 (0)