diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-02-23 16:47:40 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-02-23 16:47:40 -0500 |
| commit | ac59127b264386bdfbf6443822984d002afb7da9 (patch) | |
| tree | 318a8dd0b6cded4d789994d7f277ecd2fe67514b /src/client/views/search | |
| parent | ad83dfcfaea5a6b525351b022158ebf5ff1f8c2f (diff) | |
css menu
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 7628297c0..9af8829fa 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -235,7 +235,7 @@ export class SearchBox extends React.Component { } } //return Docs.Create.TreeDocument(docs, { _width: 200, _height: 400, backgroundColor: "grey", title: `Search Docs: "${this._searchString}"` }); - return Docs.Create.SearchDocument(docs, { _width: 200, _height: 400, backgroundColor: "grey", title: `Search Docs: "${this._searchString}"` }); + return Docs.Create.SearchDocument(docs, { _width: 200, _height: 400, searchText: this._searchString, title: `Search Docs: "${this._searchString}"` }); } @action.bound |
