1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

change wiki page no name (#6795)

This commit is contained in:
Michael An
2024-09-19 20:34:34 +08:00
committed by GitHub
parent 26cdff0f29
commit fff51af6a8
4 changed files with 9 additions and 6 deletions

View File

@@ -13,4 +13,6 @@ const WIKI_COVER_LIST = [
'wiki-cover-9.jpg',
];
export { FOLDER, PAGE, WIKI_COVER_LIST };
const DEFAULT_PAGE_NAME = 'Untitled';
export { FOLDER, PAGE, WIKI_COVER_LIST, DEFAULT_PAGE_NAME };