aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-11-29 22:49:41 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-11-29 22:49:41 -0500
commit88971a7730549e2b906688d21792a23fc2f39e8d (patch)
tree8fb4e674a6cccb07f18c2b5134f4674590ce503f /src/client/views/MainView.tsx
parent5754c1c056ec62e17b5d7badddc4a8fc3637e09f (diff)
schema to dataviz through popup
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index f40f1f3e8..d69834f34 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -71,6 +71,7 @@ import { PreviewCursor } from './PreviewCursor';
import { PropertiesView } from './PropertiesView';
import { DashboardStyleProvider, DefaultStyleProvider } from './StyleProvider';
import { TopBar } from './topbar/TopBar';
+import { SchemaCSVPopUp } from './nodes/DataVizBox/SchemaCSVPopUp';
const _global = (window /* browser */ || global) /* node */ as any;
@observer
@@ -1081,6 +1082,7 @@ export class MainView extends React.Component {
<OverlayView />
{this.mapBoxHack}
<GPTPopup key="gptpopup" />
+ <SchemaCSVPopUp key="schemacsvpopup" />
<GenerativeFill imageEditorOpen={ImageBox.imageEditorOpen} imageEditorSource={ImageBox.imageEditorSource} imageRootDoc={ImageBox.imageRootDoc} addDoc={ImageBox.addDoc} />
{/* <NewLightboxView key="newLightbox" PanelWidth={this._windowWidth} PanelHeight={this._windowHeight} maxBorder={[200, 50]} /> */}
</div>