mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-29 00:24:39 +01:00
Merge pull request #3999 from ricky-davis/importDocumentMappingTags
fix: importing document mapping now adds tags
This commit is contained in:
@@ -549,7 +549,8 @@
|
||||
doc.collection_name,
|
||||
doc.filename,
|
||||
doc.name,
|
||||
doc.title
|
||||
doc.title,
|
||||
doc.content
|
||||
).catch((error) => {
|
||||
toast.error(error);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user