Skip to content

Commit a4ce401

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,10 @@
455455
/>
456456

457457
<ChatErrorDialog
458-
open={Boolean(activeErrorDialog)}
459-
type={activeErrorDialog?.type ?? 'server'}
460458
message={activeErrorDialog?.message ?? ''}
461459
onOpenChange={handleErrorDialogOpenChange}
460+
open={Boolean(activeErrorDialog)}
461+
type={activeErrorDialog?.type ?? 'server'}
462462
/>
463463

464464
<style>

0 commit comments

Comments
 (0)