aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-12-22 04:37:25 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-12-22 04:37:25 -0500
commit6c5d7c2a4584e73e17593cb54071c91bcf153cca (patch)
treed7b4a239095b7500139b1b581768362bba6321f1 /src/client/views/nodes/DataVizBox/DataVizBox.tsx
parentcd6459e5a8e0abb5aa196dc6627f6ed998b7012e (diff)
changes for testing without using GPT
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
index dececd1dc..117311b8c 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
@@ -411,10 +411,10 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
},
{ fireImmediately: true }
);
- this._disposers.contentSummary = reaction(
- () => this.records,
- () => this.updateGPTSummary()
- );
+ // this._disposers.contentSummary = reaction(
+ // () => this.records,
+ // () => this.updateGPTSummary()
+ // );
}
fetchData = () => {