mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: archived chats
This commit is contained in:
@@ -311,6 +311,7 @@
|
||||
<ArchivedChatsModal
|
||||
bind:show={$showArchivedChats}
|
||||
on:change={async () => {
|
||||
await pinnedChats.set(await getPinnedChatList(localStorage.token));
|
||||
await chats.set(await getChatList(localStorage.token));
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user