mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🚑 fix: Display Error Message when API Connection fails during Chat (#2710)
This commit is contained in:
parent
94eeec354e
commit
64bf0800a0
1 changed files with 0 additions and 1 deletions
|
|
@ -592,7 +592,6 @@ export default function useSSE(submission: TSubmission | null, index = 0) {
|
|||
console.error(error);
|
||||
console.log(e);
|
||||
setIsSubmitting(false);
|
||||
return;
|
||||
}
|
||||
|
||||
errorHandler({ data, submission: { ...submission, message } });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue