summaryrefslogtreecommitdiffstats
path: root/frontend-components/plotly/src/components/PlotlyConfig.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-components/plotly/src/components/PlotlyConfig.tsx')
-rw-r--r--frontend-components/plotly/src/components/PlotlyConfig.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend-components/plotly/src/components/PlotlyConfig.tsx b/frontend-components/plotly/src/components/PlotlyConfig.tsx
index a42c13f62f8..60a04fcaeae 100644
--- a/frontend-components/plotly/src/components/PlotlyConfig.tsx
+++ b/frontend-components/plotly/src/components/PlotlyConfig.tsx
@@ -109,7 +109,6 @@ export function PlotConfig({
name: "Download CSV (Ctrl+Shift+S)",
icon: ICONS.downloadCsv,
click: async function (gd: any) {
- setModal({ name: "downloadCsv" });
await downloadCSV(gd);
},
},