Skip to content

Commit 580d74d

Browse files
committed
Switch back to support app
1 parent ebbde4f commit 580d74d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/App.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ const App = () => {
3131
<br />
3232
<br />
3333
<Retool
34-
url="https://retoolin.tryretool.com/embedded/public/9e6c7390-922d-41bd-b038-2e9c0476867c"
34+
url="https://support.retool.com/embedded/public/cb9e15f0-5d7c-43a7-a746-cdec870dde9a"
3535
data={data}
3636
height="700px"
3737
width="1000px"
3838
onData={setRetoolData}
39-
sandbox
40-
/>
39+
></Retool>
4140
<h1> {JSON.stringify(retoolData)} </h1>
4241
</div>
4342
);

0 commit comments

Comments
 (0)