Skip to content

Commit

Permalink
fix: rename database to query
Browse files Browse the repository at this point in the history
  • Loading branch information
labbomb committed Oct 6, 2023
1 parent 66a3c7a commit 83af163
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paimon-web-ui-new/src/router/modules/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ export default [
path: '/playground',
name: 'playground',
meta: { title: '查询控制台' },
redirect: { name: 'playground-database' },
redirect: { name: 'playground-query' },
component: () => import('@/views/playground'),
children: [
{
path: '/playground/database',
name: 'playground-database',
path: '/playground/query',
name: 'playground-query',
meta: { title: '查询' },
component: () => import('@/views/playground/components/database')
component: () => import('@/views/playground/components/query')
},
{
path: '/playground/workbench',
Expand Down

0 comments on commit 83af163

Please sign in to comment.