File tree 3 files changed +3
-3
lines changed
packages/ra-ui-materialui/src/detail
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { CreateView } from './CreateView';
17
17
* The `<Create>` component renders the page title and actions.
18
18
* It is not responsible for rendering the actual form -
19
19
* that's the job of its child component (usually `<SimpleForm>`),
20
- * to which it passes pass the `record` as prop.
20
+ * to which it passes the `record` as prop.
21
21
*
22
22
* The <Create> component accepts the following props:
23
23
*
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { EditView } from './EditView';
17
17
* fetches the record from the data provider.
18
18
* It is not responsible for rendering the actual form -
19
19
* that's the job of its child component (usually `<SimpleForm>`),
20
- * to which it passes pass the `record` as prop.
20
+ * to which it passes the `record` as prop.
21
21
*
22
22
* The <Edit> component accepts the following props:
23
23
*
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { ShowView } from './ShowView';
18
18
* fetches the record from the data provider.
19
19
* It is not responsible for rendering the actual form -
20
20
* that's the job of its child component (usually `<SimpleShowLayout>`),
21
- * to which it passes pass the `record` as prop.
21
+ * to which it passes the `record` as prop.
22
22
*
23
23
* The <Show> component accepts the following props:
24
24
*
You can’t perform that action at this time.
0 commit comments