WIP: Search form in header bar

This commit is contained in:
Tom Raithel
2017-03-20 22:47:46 +01:00
parent 7a6f2d97ac
commit fd029dad9e
7 changed files with 138 additions and 29 deletions

View File

@@ -30,7 +30,6 @@ class PageOverview extends React.Component {
e.preventDefault();
this.setState({
...this.state,
ring,
});
}
@@ -66,7 +65,6 @@ class PageOverview extends React.Component {
handleSearchTermChange = (value) => {
this.setState({
...this.state,
search: value,
});
};