mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 09:05:55 +08:00
fix: chat refac
This commit is contained in:
parent
2502bd8aeb
commit
cc47e63526
@ -122,7 +122,7 @@
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
if (!chatId) {
|
||||
if (!$chatId) {
|
||||
await initNewChat();
|
||||
} else {
|
||||
if (!($settings.saveChatHistory ?? true)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user