feat: add "Copy document" dialog (#6009)
This commit is contained in:
@@ -167,7 +167,7 @@ export default async function loadDocument({
|
||||
}
|
||||
|
||||
const childDocumentIds =
|
||||
(await share.document?.getChildDocumentIds({
|
||||
(await share.document?.findAllChildDocumentIds({
|
||||
archivedAt: {
|
||||
[Op.is]: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user