Skip to content

Commit 25ef97d

Browse files
committed
feat: datasource UI
1 parent 91250c8 commit 25ef97d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/router/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const router = createRouter({
4343
path: 'dsTable/:dsId/:dsName',
4444
name: 'dsTable',
4545
component: () => import('@/views/ds/TableList.vue'),
46-
meta: { title: 'Data Connections', icon: 'ds' },
4746
props: true
4847
}
4948
]

0 commit comments

Comments
 (0)