mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #12689 from asncx/fix-folder-chat-rename
fix: Chat rename not updating inside folders
This commit is contained in:
commit
e065073bea
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@
|
|||
currentChatPage.set(1);
|
||||
await chats.set(await getChatList(localStorage.token, $currentChatPage));
|
||||
await pinnedChats.set(await getPinnedChatList(localStorage.token));
|
||||
|
||||
dispatch('change');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue