mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 16:22:44 +00:00
fix: chat refac
This commit is contained in:
parent
2502bd8aeb
commit
cc47e63526
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user