mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
feat: unarchive
This commit is contained in:
@@ -150,7 +150,12 @@
|
||||
</script>
|
||||
|
||||
<ShareChatModal bind:show={showShareChatModal} chatId={shareChatId} />
|
||||
<ArchivedChatsModal bind:show={showArchivedChatsModal} />
|
||||
<ArchivedChatsModal
|
||||
bind:show={showArchivedChatsModal}
|
||||
on:change={async () => {
|
||||
await chats.set(await getChatList(localStorage.token));
|
||||
}}
|
||||
/>
|
||||
|
||||
<div
|
||||
bind:this={navElement}
|
||||
|
||||
Reference in New Issue
Block a user