mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: folder chat rename
This commit is contained in:
parent
63533c9e3a
commit
87af2692e5
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