Addepar / ember-table

https://opensource.addepar.com/ember-table/
Other
1.7k stars 352 forks source link

fix: use selectingChildrenSelectsParent instead of selectingChildrenSelectsParents #1106

Closed lukasnys closed 1 month ago

lukasnys commented 1 month ago

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.