Skip to content

Commit 6cfddb6

Browse files
Apply review comments
1 parent 85a5f34 commit 6cfddb6

File tree

3 files changed

+19
-29
lines changed

3 files changed

+19
-29
lines changed

docs/SaveButton.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,14 @@ const PostEdit = () => (
5353

5454
`<SaveButton>` accepts the following props:
5555

56-
- [`<SaveButton>`](#savebutton)
57-
- [Usage](#usage)
58-
- [Props](#props)
59-
- [`icon`](#icon)
60-
- [`label`](#label)
61-
- [`mutationOptions`](#mutationoptions)
62-
- [`onClick`](#onclick)
63-
- [`alwaysEnable`](#alwaysenable)
64-
- [`sx`: CSS API](#sx-css-api)
65-
- [`transform`](#transform)
66-
- [`type`](#type)
56+
- [`icon`](#icon)
57+
- [`label`](#label)
58+
- [`mutationOptions`](#mutationoptions)
59+
- [`onClick`](#onclick)
60+
- [`alwaysEnable`](#alwaysenable)
61+
- [`sx`](#sx-css-api)
62+
- [`transform`](#transform)
63+
- [`type`](#type)
6764

6865
Additional props (e.g. `color`, `variant`) are passed to [the underlying Material UI `<Button>` component](https://mui.com/components/buttons/).
6966

docs/Toolbar.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ const CommentCreate = () => (
4545

4646
`<Toolbar>` accepts the following props:
4747

48-
- [`<Toolbar>`](#toolbar)
49-
- [Usage](#usage)
50-
- [Props](#props)
51-
- [`children`](#children)
52-
- [`sx`: CSS API](#sx-css-api)
48+
- [`children`](#children)
49+
- `className`
50+
- [`sx`](#sx-css-api)
5351

5452
Additional props are passed down to [the Material UI `<Toolbar>` component](https://mui.com/material-ui/api/toolbar/).
5553

docs/useList.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: default
33
title: "useList"
4-
storybook_path: ra-core-controller-list-uselist--basic
54
---
65

76
# `useList`
@@ -66,18 +65,14 @@ const MyComponent = () => {
6665

6766
`useList` expects an object with the following keys:
6867

69-
- [`useList`](#uselist)
70-
- [Usage](#usage)
71-
- [Parameters](#parameters)
72-
- [`data`](#data)
73-
- [`filter`](#filter)
74-
- [`filterCallback`](#filtercallback)
75-
- [`isFetching`](#isfetching)
76-
- [`isPending`](#ispending)
77-
- [`page`](#page)
78-
- [`perPage`](#perpage)
79-
- [`sort`](#sort)
80-
- [Return Value](#return-value)
68+
* [`data`](#data)
69+
* [`filter`](#filter)
70+
* [`filterCallback`](#filtercallback)
71+
* [`isFetching`](#isfetching)
72+
* [`isPending`](#ispending)
73+
* [`page`](#page)
74+
* [`perPage`](#perpage)
75+
* [`sort`](#sort)
8176

8277
## `data`
8378

0 commit comments

Comments
 (0)