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