diff --git a/clients/search-component/package.json b/clients/search-component/package.json index 25511a086..701339536 100644 --- a/clients/search-component/package.json +++ b/clients/search-component/package.json @@ -19,7 +19,7 @@ "import": "./dist/vanilla/index.js" } }, - "version": "0.2.64", + "version": "0.2.65", "license": "MIT", "homepage": "https://github.com/devflowinc/trieve/tree/main/clients/search-component", "scripts": { diff --git a/clients/search-component/src/TrieveModal/Chat/FollowupQueries.tsx b/clients/search-component/src/TrieveModal/Chat/FollowupQueries.tsx index 377ee5cb9..920705a63 100644 --- a/clients/search-component/src/TrieveModal/Chat/FollowupQueries.tsx +++ b/clients/search-component/src/TrieveModal/Chat/FollowupQueries.tsx @@ -3,7 +3,7 @@ import { useChatState } from "../../utils/hooks/chat-context"; import { useFollowupQuestions } from "../../utils/hooks/useFollowupQuestions"; export const FollowupQueries = () => { - const { isDoneReading, askQuestion, setCurrentQuestion } = useChatState(); + const { isDoneReading, askQuestion } = useChatState(); const { suggestedQuestions, @@ -19,7 +19,6 @@ export const FollowupQueries = () => { {suggestedQuestions.map((q) => (