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 a4ce401 commit be85c24Copy full SHA for be85c24
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