Skip to content

Commit ace60b3

Browse files
committed
resolve cnflicts
1 parent 835e26a commit ace60b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[docs_id]/chatForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function ChatForm({ documentContent, sectionId }: ChatFormProps) {
2525
setIsMounted(true);
2626
}, []);
2727

28-
const lang = getLanguageName(docs_id);
28+
const lang = getLanguageName(sectionId);
2929
const { data: exampleData, error: exampleError } = useSWR(
3030
// 質問フォームを開いたときだけで良い
3131
isFormVisible ? { lang, documentContent } : null,

0 commit comments

Comments
 (0)