Skip to content

Commit db8fd13

Browse files
Update tools/server/webui/src/lib/stores/chat.svelte.ts
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent b544507 commit db8fd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/webui/src/lib/stores/chat.svelte.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ class ChatStore {
428428
}
429429

430430
const dialogType = error.name === 'TimeoutError' ? 'timeout' : 'server';
431+
431432
this.showErrorDialog(dialogType, error.message);
432433

433434
if (onError) {

0 commit comments

Comments
 (0)