diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
| commit | 70c7532c8a6472f61eedd4661a172d70bc50184e (patch) | |
| tree | 0c33849a008f1ac0bf3e30cf374731544c5541ed /src/client/views/search/SearchBox.tsx | |
| parent | 9f37f932586dc213e0640e1186e5d43d9d73d734 (diff) | |
added drag off of context search results. add fit to contents for preview of collections in search.
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index f53a4e34f..a2556133b 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 { |
