We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91250c8 commit 25ef97dCopy full SHA for 25ef97d
frontend/src/router/index.ts
@@ -43,7 +43,6 @@ const router = createRouter({
43
path: 'dsTable/:dsId/:dsName',
44
name: 'dsTable',
45
component: () => import('@/views/ds/TableList.vue'),
46
- meta: { title: 'Data Connections', icon: 'ds' },
47
props: true
48
}
49
]
0 commit comments