Skip to content

Commit

Permalink
fix: use selectingChildrenSelectsParent instead of selectingChildrenS…
Browse files Browse the repository at this point in the history
…electsParents (#1106)
  • Loading branch information
lukasnys authored Jul 2, 2024
1 parent 82026d9 commit e7dab67
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 e7dab67

Please sign in to comment.