mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
remove unused ref
This commit is contained in:
@@ -491,7 +491,6 @@ class SideNav extends React.Component {
|
|||||||
<input
|
<input
|
||||||
styleName='search-input'
|
styleName='search-input'
|
||||||
type='text'
|
type='text'
|
||||||
ref={dom => { this.searchInput = dom }}
|
|
||||||
onChange={this.handleSearchInputChange}
|
onChange={this.handleSearchInputChange}
|
||||||
value={searchText}
|
value={searchText}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user