Skip to content

Commit

Permalink
fix search (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiebes committed Jan 26, 2021
1 parent 1d90a5d commit e7554fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/molecules/search-field/SearchField.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SearchField extends Component {
});

const searchBookmarksByValue = () => {
searchBookmarks(keyword);
searchBookmarks({ keyword });
};

clearTimeout(this.fetchTimeout);
Expand Down

0 comments on commit e7554fe

Please sign in to comment.