Skip to content

Commit

Permalink
Fix missing export for PaginationActions component
Browse files Browse the repository at this point in the history
closes #4926
  • Loading branch information
fzaninotto committed Jun 11, 2020
1 parent eeebddc commit ca7c95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import ListActions from './ListActions';
import ListGuesser from './ListGuesser';
import ListToolbar from './ListToolbar';
import Pagination from './Pagination';
import PaginationActions from './PaginationActions';
import PaginationLimit from './PaginationLimit';
import Placeholder from './Placeholder';
import SimpleList from './SimpleList';
Expand All @@ -38,6 +39,7 @@ export {
ListGuesser,
ListToolbar,
Pagination,
PaginationActions,
PaginationLimit,
Placeholder,
PureDatagridBody,
Expand Down

0 comments on commit ca7c95d

Please sign in to comment.