Skip to content

Commit ba82714

Browse files
Update tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
1 parent cbdce65 commit ba82714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
showCenteredEmpty && !activeConversation() && activeMessages().length === 0 && !isLoading()
8181
);
8282
83-
let isServerLoading = $derived(serverLoading());
8483
let activeErrorDialog = $derived(errorDialog());
84+
let isServerLoading = $derived(serverLoading());
8585
8686
async function handleDeleteConfirm() {
8787
const conversation = activeConversation();

0 commit comments

Comments
 (0)