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

Merge pull request #3999 from ricky-davis/importDocumentMappingTags

fix: importing document mapping now adds tags
parents e664a429 20c71d12
......@@ -549,7 +549,8 @@
doc.collection_name,
doc.filename,
doc.name,
doc.title
doc.title,
doc.content
).catch((error) => {
toast.error(error);
return null;
......
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