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: use selectingChildrenSelectsParent instead of selectingChildrenSelectsParents #1106

Merged

Conversation

lukasnys
Copy link
Contributor

@lukasnys lukasnys commented Jul 2, 2024

While using ember-table, I noticed I was getting a type error when passing selectingChildrenSelectsParent to the t.body component (see Selection Mode docs and usage in code)

I had a quick scan through the code and noticed in the types it was wrongfully defined as selectingChildrenSelectsParents (with a trailing "s").

This PR fixes that.

@kpfefferle kpfefferle merged commit e7dab67 into Addepar:master Jul 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants