Skip to content

Commit

Permalink
Move inteactive question out of header
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoperdomo committed May 7, 2024
1 parent 0848fee commit f87a757
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ function App() {
<div className="App">
<header className="App-header">
<button onClick={apiCall}>Make API Call</button>
<MetabaseProvider config={config}>
Hello World!
<div style={{ width: 800, height: 600, display:"flex"}}>
<InteractiveQuestion questionId={questionId} showVisualizationSelector={false} />
</div>
</MetabaseProvider>

</header>

<MetabaseProvider config={config}>
Hello World!
<div style={{ width: 800, height: 600, display:"flex"}}>
<InteractiveQuestion questionId={questionId} showVisualizationSelector={false} />
</div>
</MetabaseProvider>
</div>
);
}
Expand Down

0 comments on commit f87a757

Please sign in to comment.