|
|
@@ -194,10 +194,9 @@ module.exports = (crowi) => {
|
|
|
'security:list-policy:hideRestrictedByGroup',
|
|
|
);
|
|
|
const hideUserPages = configManager.getConfig(
|
|
|
- 'security:isHidingUserPages'
|
|
|
+ 'security:isHidingUserPages',
|
|
|
);
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* @type {import('~/server/models/page').FindRecentUpdatedPagesOption}
|
|
|
*/
|