diff options
author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-08 17:31:38 -0400 |
---|---|---|
committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-08 17:31:38 -0400 |
commit | 39cf91aadee5f448e1a7a0a07da9e769d6e242fa (patch) | |
tree | 4ad5c1ddb5c3b4caa70ce4be2893f77f7d79e2ca /src | |
parent | 1299019fa7185e53620245a4bca3a4beb9c95b78 (diff) |
removed todo comment
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/DataVizBox/ChartBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/ChartBox.tsx b/src/client/views/nodes/DataVizBox/ChartBox.tsx index 1a084cf55..07f754637 100644 --- a/src/client/views/nodes/DataVizBox/ChartBox.tsx +++ b/src/client/views/nodes/DataVizBox/ChartBox.tsx @@ -66,7 +66,6 @@ export class ChartBox extends React.Component<ChartBoxProps> { constructor(props: any) { super(props); if (!this.props.rootDoc._currChartView) { - // TODO: nda - this might not always want to default to "table" this.props.rootDoc._currChartView = "bar"; } } |