mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: chat refac
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
if (!chatId) {
|
||||
if (!$chatId) {
|
||||
await initNewChat();
|
||||
} else {
|
||||
if (!($settings.saveChatHistory ?? true)) {
|
||||
|
||||
Reference in New Issue
Block a user