Truncated previews now rendered on client

This commit is contained in:
Tom Moor
2017-05-25 21:59:35 -07:00
parent e791509dac
commit c0b85a643c
5 changed files with 129 additions and 28 deletions

View File

@@ -52,6 +52,7 @@ type Props = {
};
render() {
const query = this.props.match.params.query;
const title = <Title content="Search" />;
return (
@@ -80,6 +81,7 @@ type Props = {
searchTerm={this.store.searchTerm}
onKeyDown={this.handleKeyDown}
onChange={this.updateQuery}
value={query}
/>
</Flex>
{this.store.documents.map(document => (