Skip to content

Commit

Permalink
fix: use selectingChildrenSelectsParent instead of selectingChildrenS…
Browse files Browse the repository at this point in the history
…electsParents
  • Loading branch information
lukasnys authored Jul 2, 2024
1 parent 1b75484 commit 5661f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/components/ember-tbody/component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export interface EmberTbodyArgs<RowType extends EmberTableRow> {
/**
* When `true`, this option causes selecting all of a node's children to also select the node itself.
*/
selectingChildrenSelectsParents?: boolean;
selectingChildrenSelectsParent?: boolean;

/**
* The currently selected rows.
Expand Down

0 comments on commit 5661f2c

Please sign in to comment.