From e7dab67aa75d17998bcee60428c564b65bfc3d90 Mon Sep 17 00:00:00 2001 From: Lukas Nys Date: Tue, 2 Jul 2024 21:33:13 +0200 Subject: [PATCH] fix: use selectingChildrenSelectsParent instead of selectingChildrenSelectsParents (#1106) --- types/components/ember-tbody/component.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/components/ember-tbody/component.d.ts b/types/components/ember-tbody/component.d.ts index 5045cfa57..af7883366 100644 --- a/types/components/ember-tbody/component.d.ts +++ b/types/components/ember-tbody/component.d.ts @@ -104,7 +104,7 @@ export interface EmberTbodyArgs { /** * 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.