Skip to content

Commit

Permalink
Merge pull request #2355 from fizix-io/fix-list-doc
Browse files Browse the repository at this point in the history
Small typo in List doc
  • Loading branch information
fzaninotto authored Sep 25, 2018
2 parents c9e526b + d426361 commit 824d8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/List.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import Button from '@material-ui/core/Button';
import { CardActions, CreateButton, ExportButton, RefreshButton } from 'react-admin';

const PostActions = ({
bulkActions,
basePath,
currentSort,
displayedFilters,
Expand All @@ -101,7 +102,7 @@ const PostActions = ({
showFilter
}) => (
<CardActions>
{bulkActions && cloneElement(bulkActions, {
{bulkActions && React.cloneElement(bulkActions, {
basePath,
filterValues,
resource,
Expand Down

0 comments on commit 824d8b9

Please sign in to comment.