mirror of
https://github.com/directus/directus.git
synced 2026-01-29 07:27:57 -05:00
Add missing name for docs module routes (#8201)
This commit is contained in:
@@ -28,6 +28,7 @@ function getRoutes(routes: DocsRoutes): RouteRecordRaw[] {
|
||||
for (const route of routes) {
|
||||
if (!('children' in route)) {
|
||||
updatedRoutes.push({
|
||||
name: `docs-${route.path.replace('/', '-')}`,
|
||||
path: route.path,
|
||||
component: StaticDocs,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user