Skip to content

Commit

Permalink
fix: Jan review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Oct 15, 2024
1 parent 79f374a commit f19f2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/components/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Follow the [Modal accessibility section](/material-ui/react-modal/#accessibility

### useDialogs

You can create and manipulate dialogs imperatively with the useDialogs() API in @toolpad/core. This hook handles
You can create and manipulate dialogs imperatively with the [`useDialogs()`](https://mui.com/toolpad/core/react-use-dialogs/) API in `@toolpad/core`. This hook handles

- state management for opening and closing dialogs
- passing data to dialogs and receiving results back from them
Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/components/drawers/drawers.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ Apps focused on productivity that require balance across the screen.

The [DashboardLayout](https://mui.com/toolpad/core/react-dashboard-layout/) component from `@toolpad/core` is the starting point for dashboarding applications. It takes care of application layout, theming, navigation, and more. An example usage of this component:

{{"demo": "../app-bar/DashboardLayoutBasic.js", "height": 400, "iframe": true, "defaultExpanded": false}}
{{"demo": "../app-bar/DashboardLayoutBasic.js", "height": 400, "iframe": true, "bg": "inline", "defaultExpanded": false}}

0 comments on commit f19f2b6

Please sign in to comment.