mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #18232 from silentoplayz/fix-chats-button-navigation
fix: prevent click on "Chats" in sidebar from going to new chat
This commit is contained in:
commit
8c84501235
1 changed files with 0 additions and 1 deletions
|
|
@ -969,7 +969,6 @@
|
|||
chevron={false}
|
||||
on:change={async (e) => {
|
||||
selectedFolder.set(null);
|
||||
await goto('/');
|
||||
}}
|
||||
on:import={(e) => {
|
||||
importChatHandler(e.detail);
|
||||
|
|
|
|||
Loading…
Reference in a new issue