Unverified Commit bc126f2f authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #417 from ollama-webui/dev

fix
parents 1dad4239 537a7f5f
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
if (res) { if (res) {
doc.upload_status = true; doc.upload_status = true;
doc.collection_name = res.collection_name;
files = files; files = files;
} }
}; };
......
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