Merge pull request #5122 from blackstar-baba/master

Fix: resources-library page can't be redirected
This commit is contained in:
Igor Kulikov 2021-08-25 12:43:45 +03:00 committed by GitHub
commit e3fdb70b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ export class MenuService {
{ {
name: 'resource.resources-library', name: 'resource.resources-library',
icon: 'folder', icon: 'folder',
path: '/resources-library' path: '/settings/resources-library'
} }
] ]
} }