Skip to content

Commit a34b457

Browse files
committed
fix(chart): fix merge missing component issue
1 parent 0d53b5d commit a34b457

File tree

1 file changed

+0
-26
lines changed
  • frontend/src/app/pages/ChartWorkbenchPage/components/ChartOperationPanel/components/ChartPresentPanel/components

1 file changed

+0
-26
lines changed

frontend/src/app/pages/ChartWorkbenchPage/components/ChartOperationPanel/components/ChartPresentPanel/components/ChartTypeSelector.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -74,32 +74,6 @@ const ChartTypeSelector: FC<{
7474
>
7575
<ConsoleSqlOutlined />
7676
</TypeSelector>
77-
<TypeSelector
78-
fontSize={FONT_SIZE_HEADING}
79-
className={classnames({ active: type === ChartPresentType.DOWNLOAD })}
80-
>
81-
<Popconfirm
82-
placement="left"
83-
title={t('confirm')}
84-
onConfirm={onCreateDownloadDataTask}
85-
>
86-
<AreaChartOutlined />
87-
</Popconfirm>
88-
</TypeSelector>
89-
<TypeSelector
90-
fontSize={FONT_SIZE_HEADING}
91-
className={classnames({ active: type === ChartPresentType.RAW })}
92-
onClick={typeChange(ChartPresentType.RAW)}
93-
>
94-
<TableOutlined />
95-
</TypeSelector>
96-
<TypeSelector
97-
fontSize={FONT_SIZE_HEADING}
98-
className={classnames({ active: type === ChartPresentType.SQL })}
99-
onClick={typeChange(ChartPresentType.SQL)}
100-
>
101-
<ConsoleSqlOutlined />
102-
</TypeSelector>
10377
<TypeSelector
10478
fontSize={FONT_SIZE_HEADING}
10579
className={classnames({ active: type === ChartPresentType.DOWNLOAD })}

0 commit comments

Comments
 (0)