diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-08-09 17:04:25 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-08-09 17:04:25 -0400 |
| commit | b8ab5a823ae22b021c09dfd713b77211a51b3eae (patch) | |
| tree | f6c6def42f40b6c9e92562ad56d3c0e515cb94e1 /src/client/views/SearchBox.tsx | |
| parent | 116f218c2eeec377fb465027bcfaa7521d9af492 (diff) | |
idk man
Diffstat (limited to 'src/client/views/SearchBox.tsx')
| -rw-r--r-- | src/client/views/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx index 33cb63df5..17f99fa05 100644 --- a/src/client/views/SearchBox.tsx +++ b/src/client/views/SearchBox.tsx @@ -47,7 +47,7 @@ export class SearchBox extends React.Component { } @action - getResults = async (query: string) => { + public getResults = async (query: string) => { let response = await rp.get(Utils.prepend('/search'), { qs: { query |
