"examples/vscode:/vscode.git/clone" did not exist on "7953911039f3a478c168668df68b52962d4f821f"
Commit cc47e635 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: chat refac

parent 2502bd8a
......@@ -122,7 +122,7 @@
}
onMount(async () => {
if (!chatId) {
if (!$chatId) {
await initNewChat();
} else {
if (!($settings.saveChatHistory ?? true)) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment