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 578a961 commit bd284bcCopy full SHA for bd284bc
src/App.js
@@ -2,12 +2,11 @@ import Retool from "./components/Retool"
2
3
function App() {
4
return (
5
- // <Retool url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"></Retool>
6
<Retool
+ url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"
7
data={{
8
example: "value",
9
}}
10
- url="https://example.retool.com/embedded/public/fb30f045-f2d3-461d-9b19-ddfee7357986"
11
></Retool>
12
)
13
}
0 commit comments