Przeglądaj źródła

Merge pull request #1738 from open-webui/main

dev
Timothy Jaeryang Baek 1 rok temu
rodzic
commit
b508f184ee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib/components/chat/Settings/Chats.svelte

+ 1 - 1
src/lib/components/chat/Settings/Chats.svelte

@@ -2,7 +2,7 @@
 	import fileSaver from 'file-saver';
 	const { saveAs } = fileSaver;
 
-	import { chats, user } from '$lib/stores';
+	import { chats, user, config } from '$lib/stores';
 
 	import {
 		createNewChat,