Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ReferenceInput filter prop change doesn't update filters #4508

Merged
merged 3 commits into from
Mar 30, 2020

Commits on Mar 11, 2020

  1. fix(useFilterState): useCallback listens on permanent filter

    Updating filter prop on referenceInput wasn't updating the filters for fetching. The last query uses the first filters provided.
    Listening on permanentFilter on setFilter callback solved the issue.
    tarun-khanna committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    737c04a View commit details
    Browse the repository at this point in the history
  2. indentation changes

    tarun-khanna committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cd85519 View commit details
    Browse the repository at this point in the history
  3. linting bug fixed

    tarun-khanna committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3409749 View commit details
    Browse the repository at this point in the history