Get links for repositories by namespaces from server

This commit is contained in:
René Pfeuffer
2020-09-04 21:44:48 +02:00
parent 2cfdaf1b0b
commit e3a2783bfd
8 changed files with 145 additions and 21 deletions

View File

@@ -234,6 +234,10 @@ export function getRepositoriesLink(state: object) {
return getLink(state, "repositories");
}
export function getNamespacesLink(state: object) {
return getLink(state, "namespaces");
}
export function getHgConfigLink(state: object) {
return getLink(state, "hgConfig");
}