1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

[side nav] removed the link to SeaTable (#5841)

This commit is contained in:
llj
2023-12-20 10:14:46 +08:00
committed by GitHub
parent 843482bd07
commit 285a3b9c38
4 changed files with 1 additions and 17 deletions

View File

@@ -32,7 +32,6 @@ export const enableRepoAutoDel = window.app.config.enableRepoAutoDel;
//pageOptions
export const trashReposExpireDays = window.app.pageOptions.trashReposExpireDays;
export const dtableWebServer = window.app.pageOptions.dtableWebServer;
export const seafileCollabServer = window.app.pageOptions.seafileCollabServer;
export const name = window.app.pageOptions.name;
export const contactEmail = window.app.pageOptions.contactEmail;