diff options
| author | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:37 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:37 -0400 |
| commit | c5391bf0d352f69211ba28fc263d27204d7b8dc4 (patch) | |
| tree | acbc632aff852e74015bd1c8eee4933a7565cb94 /src/client/views/search/SearchBox.tsx | |
| parent | ee4155a168dadad182719eb55df3459d6a937a45 (diff) | |
| parent | cd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff) | |
edits made
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index dbaa6eba2..af0c541f1 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -15,7 +15,6 @@ import { Id } from '../../../new_fields/FieldSymbols'; import { SearchUtil } from '../../util/SearchUtil'; import { RouteStore } from '../../../server/RouteStore'; import { FilterBox } from './FilterBox'; -import { Pager } from './Pager'; @observer export class SearchBox extends React.Component { @@ -169,7 +168,7 @@ export class SearchBox extends React.Component { @action.bound closeSearch = () => { - console.log("closing search") + console.log("closing search"); FilterBox.Instance.closeFilter(); this.closeResults(); } |
