Skip to content

Commit 4127366

Browse files
authored
chore(docs): update Frame props (#309)
1 parent 5f108b5 commit 4127366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docs/guides/save-load.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default function App() {
218218
<Topbar />
219219
<Grid container spacing={5} style={{paddingTop: "10px"}}>
220220
<Grid item xs>
221-
<Frame json={json}>
221+
<Frame data={json}>
222222
<Element is={Container} padding={5} background="#eeeeee">
223223
...
224224
</Element>
@@ -237,4 +237,4 @@ export default function App() {
237237
## All set! 💖
238238
Now, play with the editor and press the `Copy Current State` button when you are done. Refresh the page so the editor returns to its default state, then press the `Load State` button and paste the copied output - you should see the editor displaying the elements in the state from the time you copied.
239239

240-
<Image img="tutorial/save-and-load.gif" />
240+
<Image img="tutorial/save-and-load.gif" />

0 commit comments

Comments
 (0)