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