Przeglądaj źródła

Merge pull request #3933 from open-webui/dev

fix
Timothy Jaeryang Baek 10 miesięcy temu
rodzic
commit
027dd848eb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -335,7 +335,7 @@
 				}
 
 				params = chatContent?.params ?? {};
-				chatFiles = chatContent?.files ?? {};
+				chatFiles = chatContent?.files ?? [];
 
 				autoScroll = true;
 				await tick();