fix: Duplicated documents use text rather than content
This commit is contained in:
@@ -45,6 +45,7 @@ export default async function documentCreator({
|
||||
publish,
|
||||
collectionId,
|
||||
parentDocumentId,
|
||||
content,
|
||||
template,
|
||||
templateDocument,
|
||||
fullWidth,
|
||||
@@ -119,7 +120,7 @@ export default async function documentCreator({
|
||||
templateDocument.content,
|
||||
user
|
||||
)
|
||||
: undefined,
|
||||
: content,
|
||||
state,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user