Merge pull request #417 from ollama-webui/dev

fix
This commit is contained in:
Timothy Jaeryang Baek 2024-01-07 09:46:17 -08:00 committed by GitHub
commit bc126f2f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }
}; };