mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: handle organizations page
This commit is contained in:
parent
106513e051
commit
ece8080fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ function parse() {
|
|||
return parsedData
|
||||
}
|
||||
|
||||
const RESERVED_NAME = ['blog', 'settings']
|
||||
const RESERVED_NAME = ['blog', 'settings', 'orgs']
|
||||
// route types related to determining if sidebar should show
|
||||
const TYPES = {
|
||||
TREE: 'tree',
|
||||
|
|
|
|||
Loading…
Reference in a new issue