Skip to content

Commit bd284bc

Browse files
committed
Replace demo app URL.
1 parent 578a961 commit bd284bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import Retool from "./components/Retool"
22

33
function App() {
44
return (
5-
// <Retool url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"></Retool>
65
<Retool
6+
url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"
77
data={{
88
example: "value",
99
}}
10-
url="https://example.retool.com/embedded/public/fb30f045-f2d3-461d-9b19-ddfee7357986"
1110
></Retool>
1211
)
1312
}

0 commit comments

Comments
 (0)