diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-17 14:13:56 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-17 14:13:56 -0400 |
| commit | 98bf66df242476ebb8e1a678e4d1687908259aca (patch) | |
| tree | ff7cd454a7b605249fe8dfd3d34764ca9296f532 /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
| parent | 4aeffc02334fb873341d93f300f3e153499854fd (diff) | |
| parent | 992dc2bdb82ac304945a1dad43a885350587c017 (diff) | |
Merge branch 'master' into data-visualization-sarah
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index 399d6ada0..f936971a6 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -155,7 +155,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { componentDidMount() { this.props.setContentView?.(this); this.fetchData(); - if (!this.layoutDoc.dataViz) this.layoutDoc.dataViz = this.dataVizView; + if (!this.layoutDoc._dataViz) this.layoutDoc._dataViz = this.dataVizView; } fetchData() { |
