fix dashboard build (#1167)

This commit is contained in:
Chris Tate
2026-04-06 10:05:35 -05:00
committed by GitHub
parent 77805ff4bc
commit 92d730e5fd
2 changed files with 26 additions and 1 deletions
@@ -342,7 +342,7 @@ export function ChatPanel() {
).current;
const { messages, sendMessage, stop, status, setMessages, error } = useChat({
chatId,
id: chatId,
transport,
onError: () => setErrorDismissed(false),
});