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 search bar #174

Merged
merged 1 commit into from
Jan 26, 2023
Merged

fix search bar #174

merged 1 commit into from
Jan 26, 2023

Conversation

nhayfield
Copy link
Collaborator

@nhayfield nhayfield commented Jan 20, 2023

Summary

Fixes the call to get all records in the search bar.
It was getting unmounted and so it lost the event listener.
Used a one time event listener now.

Related issues

Fixes #172

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@nhayfield nhayfield requested a review from a team as a code owner January 20, 2023 20:20
@nhayfield nhayfield requested review from calebdoxsey and removed request for a team January 20, 2023 20:20
@nhayfield nhayfield added the bug Something isn't working label Jan 20, 2023
@nhayfield nhayfield enabled auto-merge (squash) January 20, 2023 20:31
@nhayfield nhayfield merged commit 5c4052a into main Jan 26, 2023
@nhayfield nhayfield deleted the searchFix branch January 26, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The search dropdown list isn't updated after adding/deleting the connection
2 participants