Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: Allow to set a filter type to create in withFilterDialog
With this change it is possible to define the filter type to use when a new filter is created directly when writing a filter dialog component. Before it was required to pass it via a prop. Passing via a prop is still optional. Example usage now (implicitly): ``` createFilterDialog({ createFilterType: 'portlist', sortFields: SORT_FIELDS, }); ```
- Loading branch information