Commit e3fdb70b2e686d0a33490c0f800b267f961dc026
Committed by
GitHub
Merge pull request #5122 from blackstar-baba/master
Fix: resources-library page can't be redirected
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ export class MenuService { | @@ -219,7 +219,7 @@ export class MenuService { | ||
219 | { | 219 | { |
220 | name: 'resource.resources-library', | 220 | name: 'resource.resources-library', |
221 | icon: 'folder', | 221 | icon: 'folder', |
222 | - path: '/resources-library' | 222 | + path: '/settings/resources-library' |
223 | } | 223 | } |
224 | ] | 224 | ] |
225 | } | 225 | } |