We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbde4f commit 580d74dCopy full SHA for 580d74d
src/App.js
@@ -31,13 +31,12 @@ const App = () => {
31
<br />
32
33
<Retool
34
- url="https://retoolin.tryretool.com/embedded/public/9e6c7390-922d-41bd-b038-2e9c0476867c"
+ url="https://support.retool.com/embedded/public/cb9e15f0-5d7c-43a7-a746-cdec870dde9a"
35
data={data}
36
height="700px"
37
width="1000px"
38
onData={setRetoolData}
39
- sandbox
40
- />
+ ></Retool>
41
<h1> {JSON.stringify(retoolData)} </h1>
42
</div>
43
);
0 commit comments