ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

fix: use selectingChildrenSelectsParent instead of selectingChildrenSelectsParents

Open lukasnys opened this issue 1 year ago • 0 comments

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.

lukasnys avatar Jul 02 '24 14:07 lukasnys