Merge pull request #3999 from ricky-davis/importDocumentMappingTags

fix: importing document mapping now adds tags
This commit is contained in:
Timothy Jaeryang Baek 2024-07-19 12:43:53 +02:00 committed by GitHub
commit d2664ab2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -549,7 +549,8 @@
doc.collection_name,
doc.filename,
doc.name,
doc.title
doc.title,
doc.content
).catch((error) => {
toast.error(error);
return null;