diff --git a/dinky-web/src/pages/DataStudio/route.tsx b/dinky-web/src/pages/DataStudio/route.tsx
index bde3d74eb4..a6b7faaf5c 100644
--- a/dinky-web/src/pages/DataStudio/route.tsx
+++ b/dinky-web/src/pages/DataStudio/route.tsx
@@ -38,11 +38,8 @@ import { l } from '@/utils/intl';
import {
ApartmentOutlined,
ArrowsAltOutlined,
- BarChartOutlined,
- CalendarOutlined,
ConsoleSqlOutlined,
DatabaseOutlined,
- DesktopOutlined,
EnvironmentOutlined,
FolderOutlined,
HistoryOutlined,
@@ -148,12 +145,6 @@ export const LeftBottomSide = [
label: l('menu.datastudio.result'),
children:
},
- {
- auth: '/datastudio/bottom/bi',
- key: 'menu.datastudio.bi',
- icon: ,
- label: l('menu.datastudio.bi')
- },
{
auth: '/datastudio/bottom/lineage',
key: 'menu.datastudio.lineage',
@@ -161,17 +152,12 @@ export const LeftBottomSide = [
label: l('menu.datastudio.lineage'),
children:
},
- {
- auth: '/datastudio/bottom/process',
- key: 'menu.datastudio.process',
- icon: ,
- label: l('menu.datastudio.process')
- },
{
auth: '/datastudio/bottom/history',
key: 'menu.datastudio.history',
- icon: ,
+ icon: ,
label: l('menu.datastudio.history')
+ // children:
},
{
auth: '/datastudio/bottom/table-data',