We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835e26a commit ace60b3Copy full SHA for ace60b3
app/[docs_id]/chatForm.tsx
@@ -25,7 +25,7 @@ export function ChatForm({ documentContent, sectionId }: ChatFormProps) {
25
setIsMounted(true);
26
}, []);
27
28
- const lang = getLanguageName(docs_id);
+ const lang = getLanguageName(sectionId);
29
const { data: exampleData, error: exampleError } = useSWR(
30
// 質問フォームを開いたときだけで良い
31
isFormVisible ? { lang, documentContent } : null,
0 commit comments