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