Skip to content

Commit

Permalink
Merge pull request #8896 from charlie-ac/docs-nits
Browse files Browse the repository at this point in the history
[Doc] fix import statements in example code
  • Loading branch information
djhi authored May 10, 2023
2 parents 764dd0d + abc2c81 commit 93e0f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Count.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ If you need to count the number of records related to the current one via a one-

```jsx
import {
ChipField
ChipField,
Datagrid,
DateField,
List,
Expand Down
4 changes: 2 additions & 2 deletions docs/FilteringTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ import {
Datagrid,
TextField,
NumberField,
ReferenceArrayField
ReferenceArrayField,
BooleanField,
} from 'react-admin';
import {
textFilter,
dateFilter,
booleanFilter
booleanFilter,
referenceFilter,
StackedFilters,
} from '@react-admin/ra-form-layout';
Expand Down

0 comments on commit 93e0f34

Please sign in to comment.