Skip to content

Commit f19f2b6

Browse files
committed
fix: Jan review 2
1 parent 79f374a commit f19f2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data/material/components/dialogs/dialogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Follow the [Modal accessibility section](/material-ui/react-modal/#accessibility
172172

173173
### useDialogs
174174

175-
You can create and manipulate dialogs imperatively with the useDialogs() API in @toolpad/core. This hook handles
175+
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
176176

177177
- state management for opening and closing dialogs
178178
- passing data to dialogs and receiving results back from them

docs/data/material/components/drawers/drawers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ Apps focused on productivity that require balance across the screen.
142142

143143
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:
144144

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

0 commit comments

Comments
 (0)