mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
fix: sidebar model selector issue
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
</button>
|
||||
<a
|
||||
id="sidebar-new-chat-button"
|
||||
class="flex justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-900 transition"
|
||||
class="flex justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-850 transition"
|
||||
href="/"
|
||||
on:click={async () => {
|
||||
selectedChatId = null;
|
||||
|
||||
Reference in New Issue
Block a user