Skip to content

Commit

Permalink
Merge pull request #4051 from marmelab/expose-usefilterstate
Browse files Browse the repository at this point in the history
Export useFilterState
  • Loading branch information
djhi authored Nov 26, 2019
2 parents f083e44 + 540afd8 commit ee91801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-core/src/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
} from './useListController';
import useRecordSelection from './useRecordSelection';
import useVersion from './useVersion';
import useFilterState from './useFilterState';
import useSortState from './useSortState';
import usePaginationState from './usePaginationState';
import useListController from './useListController';
Expand All @@ -30,6 +31,7 @@ export {
useShowController,
useRecordSelection,
useVersion,
useFilterState,
useSortState,
usePaginationState,
useReference,
Expand Down

0 comments on commit ee91801

Please sign in to comment.