"src/lib/vscode:/vscode.git/clone" did not exist on "5719bcad1fa67be2b0e6f4cc637e2ac092ac2712"
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