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 share dropdown #116

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix share dropdown #116

wants to merge 3 commits into from

Conversation

charleshtrenholm
Copy link
Contributor

The event handler for the PermSearch dropdown was incorrectly defined, resulting in function.prototype.bind called on incompatible target. This fix wraps the handler in an arrow function to make the action actually work.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2265257787

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 51.232%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/client/components/dashboard/NarrativeList/ControlMenu/sharing/PermSearch.tsx 0 1 0.0%
Totals Coverage Status
Change from base Build 2191796744: -0.02%
Covered Lines: 962
Relevant Lines: 1668

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants