Fix posthog callsites

This commit is contained in:
Will Chen
2025-04-21 14:43:20 -07:00
parent 0e48d02a0b
commit 40132ec5da
4 changed files with 6 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ import { useSettings } from "@/hooks/useSettings";
import { homeChatInputValueAtom } from "@/atoms/chatAtoms"; // Use a different atom for home input
import { useAtom } from "jotai";
import { useStreamChat } from "@/hooks/useStreamChat";
import { usePostHog } from "posthog-js/react";
export function HomeChatInput({ onSubmit }: { onSubmit: () => void }) {
const [inputValue, setInputValue] = useAtom(homeChatInputValueAtom);