mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #3999 from ricky-davis/importDocumentMappingTags
fix: importing document mapping now adds tags
This commit is contained in:
commit
d2664ab2a6
1 changed files with 2 additions and 1 deletions
|
|
@ -549,7 +549,8 @@
|
|||
doc.collection_name,
|
||||
doc.filename,
|
||||
doc.name,
|
||||
doc.title
|
||||
doc.title,
|
||||
doc.content
|
||||
).catch((error) => {
|
||||
toast.error(error);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue