mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00: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…
Reference in New Issue
Block a user