Преглед изворни кода

Merge pull request #190 from ollama-webui/fix-no-files

fix: no files
Timothy Jaeryang Baek пре 1 година
родитељ
комит
92ced39a81
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/routes/(app)/c/[id]/+page.svelte

+ 1 - 0
src/routes/(app)/c/[id]/+page.svelte

@@ -29,6 +29,7 @@
 
 	let title = '';
 	let prompt = '';
+	let files = [];
 
 	let messages = [];
 	let history = {