Skip to content

Commit

Permalink
use isVertical in searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Nov 18, 2021
1 parent 0b2a2e1 commit 965419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function SearchBar({
console.error(e);
}
}
SearchHandler.executeSearch(answersActions, true);
SearchHandler.executeSearch(answersActions, isVertical);
}

function renderSearchButton () {
Expand Down

0 comments on commit 965419c

Please sign in to comment.