diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-11-29 22:49:41 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-11-29 22:49:41 -0500 |
| commit | 88971a7730549e2b906688d21792a23fc2f39e8d (patch) | |
| tree | 8fb4e674a6cccb07f18c2b5134f4674590ce503f /src/client/views/pdf/GPTPopup | |
| parent | 5754c1c056ec62e17b5d7badddc4a8fc3637e09f (diff) | |
schema to dataviz through popup
Diffstat (limited to 'src/client/views/pdf/GPTPopup')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx index 5392ec88e..d830ba8a9 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx +++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx @@ -126,7 +126,7 @@ export class GPTPopup extends React.Component<GPTPopupProps> { console.log(err); return ''; } - GPTPopup.Instance.setLoading(false); + this.setLoading(false); }; /** |
