We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdce65 commit ba82714Copy full SHA for ba82714
tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
@@ -80,8 +80,8 @@
80
showCenteredEmpty && !activeConversation() && activeMessages().length === 0 && !isLoading()
81
);
82
83
- let isServerLoading = $derived(serverLoading());
84
let activeErrorDialog = $derived(errorDialog());
+ let isServerLoading = $derived(serverLoading());
85
86
async function handleDeleteConfirm() {
87
const conversation = activeConversation();
0 commit comments