Skip to content

Commit

Permalink
[docs] Fix missing redirection for data binding (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored May 29, 2023
1 parent 8ca46a2 commit c0bf4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/toolpad/building-ui/page-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ A dialog will show where you can set as many parameters as you wish by typing in

<img src="/static/toolpad/docs/building-ui/page-parameters-2.png" alt="Page display mode selection" width="560" />

Page parameters can also be used in [data bindings](/toolpad/data-binding/) by accessing the `page.parameters` global variable.
Page parameters can also be used in [data bindings](/toolpad/data-binding/binding-state/) by accessing the `page.parameters` global variable.
1 change: 1 addition & 0 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/toolpad/data-fetching/rest/ /toolpad/connecting-to-datasources/fetch/ 301
/toolpad/data-fetching/google-sheets/ /toolpad/connecting-to-datasources/google-sheets/ 301
# 2023
/toolpad/data-binding/ /toolpad/data-binding/binding-state/ 301

0 comments on commit c0bf4a5

Please sign in to comment.