Skip to content

Commit

Permalink
chore: change getter module
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jun 6, 2024
1 parent 5932822 commit 422c467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* The normalized query of the semantic queries module.
*/
const query = useGetter('querySuggestions', ['normalizedQuery']).normalizedQuery;
const query = useGetter('semanticQueries', ['normalizedQuery']).normalizedQuery;
/**
* The list of events that are going to be emitted when the button is pressed.
Expand Down

0 comments on commit 422c467

Please sign in to comment.