diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-22 04:37:25 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-22 04:37:25 -0500 |
commit | 6c5d7c2a4584e73e17593cb54071c91bcf153cca (patch) | |
tree | d7b4a239095b7500139b1b581768362bba6321f1 /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
parent | cd6459e5a8e0abb5aa196dc6627f6ed998b7012e (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.tsx | 8 |
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 = () => { |