mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 17:12:38 +10:00
feat: add page stats to page menu (#876)
This commit is contained in:
@ -44,6 +44,8 @@ export class PageController {
|
||||
const page = await this.pageRepo.findById(dto.pageId, {
|
||||
includeSpace: true,
|
||||
includeContent: true,
|
||||
includeCreator: true,
|
||||
includeLastUpdatedBy: true,
|
||||
});
|
||||
|
||||
if (!page) {
|
||||
|
||||
Reference in New Issue
Block a user