aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/PieChart.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-27 13:31:46 -0400
committerbobzel <zzzman@gmail.com>2023-08-27 13:31:46 -0400
commit0332a80329328e39c244623d5090331b83df339c (patch)
treec761c0b161face4eea1eaff276c4c220a3b72c85 /src/client/views/nodes/DataVizBox/components/PieChart.tsx
parent2df1f976b5f79213299ea7169c9ded8b216dee6e (diff)
minor cleanup of componentDidMount stuff for dataViz
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/PieChart.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/components/PieChart.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/PieChart.tsx b/src/client/views/nodes/DataVizBox/components/PieChart.tsx
index 6ad9e0d7e..4e23a114a 100644
--- a/src/client/views/nodes/DataVizBox/components/PieChart.tsx
+++ b/src/client/views/nodes/DataVizBox/components/PieChart.tsx
@@ -94,7 +94,6 @@ export class PieChart extends React.Component<PieChartProps> {
},
{ fireImmediately: true }
);
- if (!this.props.layoutDoc.dataViz_pie) this.props.layoutDoc.dataViz_pie = '';
};
@action