Skip to content

Commit 4dd117b

Browse files
authored
chore(wren-ui): remove excel-addin learning (#1947)
1 parent a6177cf commit 4dd117b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

wren-ui/src/components/learning/guide/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export enum LEARNING {
2020

2121
// home
2222
SWITCH_PROJECT_LANGUAGE = 'SWITCH_PROJECT_LANGUAGE',
23-
SHARE_RESULTS = 'SHARE_RESULTS',
2423
VIEW_FULL_SQL = 'VIEW_FULL_SQL',
2524

2625
// knowledge

wren-ui/src/components/learning/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ const getData = (
170170
getDispatcher(LEARNING.SWITCH_PROJECT_LANGUAGE),
171171
),
172172
},
173-
{
174-
id: LEARNING.SHARE_RESULTS,
175-
title: 'Export to Excel/Sheets',
176-
href: 'https://docs.getwren.ai/oss/guide/integrations/excel-add-in',
177-
onClick: () => saveRecord(LEARNING.SHARE_RESULTS),
178-
},
179173
{
180174
id: LEARNING.VIEW_FULL_SQL,
181175
title: 'View full SQL',

0 commit comments

Comments
 (0)