We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6177cf commit 4dd117bCopy full SHA for 4dd117b
wren-ui/src/components/learning/guide/utils.ts
@@ -20,7 +20,6 @@ export enum LEARNING {
20
21
// home
22
SWITCH_PROJECT_LANGUAGE = 'SWITCH_PROJECT_LANGUAGE',
23
- SHARE_RESULTS = 'SHARE_RESULTS',
24
VIEW_FULL_SQL = 'VIEW_FULL_SQL',
25
26
// knowledge
wren-ui/src/components/learning/index.tsx
@@ -170,12 +170,6 @@ const getData = (
170
getDispatcher(LEARNING.SWITCH_PROJECT_LANGUAGE),
171
),
172
},
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
- },
179
{
180
id: LEARNING.VIEW_FULL_SQL,
181
title: 'View full SQL',
0 commit comments