summaryrefslogtreecommitdiffstats
path: root/ui/src/components/search.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-21 22:17:15 -0700
committerDessalines <tyhou13@gmx.com>2019-08-21 22:17:15 -0700
commitb7e73a5559d05a8d06ef2e01f7382a90bb50f44f (patch)
treea12dfa7ed899170e022ec98f3b7f66675de0d9b2 /ui/src/components/search.tsx
parent512cde82ef4950bb0990adfea4f8b9657a2fe356 (diff)
View where a URL has been cross-posted to in the past
- This shows when creating a post, or when viewing a post. - Fixes #131
Diffstat (limited to 'ui/src/components/search.tsx')
-rw-r--r--ui/src/components/search.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/search.tsx b/ui/src/components/search.tsx
index 0f8727cb..34a4a3d3 100644
--- a/ui/src/components/search.tsx
+++ b/ui/src/components/search.tsx
@@ -29,6 +29,7 @@ export class Search extends Component<any, SearchState> {
page: 1,
searchResponse: {
op: null,
+ type_: null,
posts: [],
comments: [],
communities: [],