Skip to content

Commit acef58b

Browse files
committed
Merge branch 'lookup'
2 parents c5efa08 + 1cb96e6 commit acef58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/pages/HomePage/LookupBaseSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = React.createClass( {
5454
getHeader(){
5555
return (
5656
<div className="slds-lookup__item" onClick={this.headerClick} onMouseDown={this.headerClick}>
57-
<ActionItem item='search' type='account' searchTerm={searchTerm} />
57+
<ActionItem item='search' type='account' />
5858
</div>
5959
)
6060
},

0 commit comments

Comments
 (0)