fix(chat): correct indentation in useChat guest fallback
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-03-03 11:22:18 -06:00
parent c45cec3bba
commit 83477165d4

View File

@@ -402,6 +402,7 @@ export function useChat(options: UseChatOptions = {}): UseChatReturn {
return; return;
} }
} }
}
setIsLoading(false); setIsLoading(false);