aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.tsx
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-08-09 17:04:25 -0400
committerab <abdullah_ahmed@brown.edu>2019-08-09 17:04:25 -0400
commitb8ab5a823ae22b021c09dfd713b77211a51b3eae (patch)
treef6c6def42f40b6c9e92562ad56d3c0e515cb94e1 /src/client/views/SearchBox.tsx
parent116f218c2eeec377fb465027bcfaa7521d9af492 (diff)
idk man
Diffstat (limited to 'src/client/views/SearchBox.tsx')
-rw-r--r--src/client/views/SearchBox.tsx2
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