Skip to content

Commit

Permalink
Fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
wosullivan committed Oct 2, 2020
1 parent e98dbad commit 7597206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopQueries/TopQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface ITopQueriesOptions {
* Specifies the handler called when a suggestion is clicked.
*
* Default executes a search query using the suggestion
*
*
* This option must be set in JavaScript when initializing the component.
*/
onClick?: (expression: string, component: TopQueries) => void;
Expand Down

0 comments on commit 7597206

Please sign in to comment.