Timothy J. Baek hai 9 meses
pai
achega
98f935b8f7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/lib/components/chat/Chat.svelte

+ 2 - 0
src/lib/components/chat/Chat.svelte

@@ -264,6 +264,8 @@
 			messages: {},
 			currentId: null
 		};
+
+		chatFiles = [];
 		params = {};
 
 		if ($page.url.searchParams.get('models')) {