From 245016d44f9ac46fcd586c873db31dd510844eac Mon Sep 17 00:00:00 2001 From: jenny-s51 Date: Fri, 31 Mar 2023 15:24:59 -0400 Subject: [PATCH] rename to event --- .../react-core/src/components/Nav/NavExpandable.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-core/src/components/Nav/NavExpandable.tsx b/packages/react-core/src/components/Nav/NavExpandable.tsx index c19ae732889..c79e8d2f4f1 100644 --- a/packages/react-core/src/components/Nav/NavExpandable.tsx +++ b/packages/react-core/src/components/Nav/NavExpandable.tsx @@ -29,7 +29,7 @@ export interface NavExpandableProps /** Identifier to use for the section aria label */ id?: string; /** allow consumer to optionally override this callback and manage expand state externally. if passed will not call Nav's onToggle. */ - onExpand?: (e: React.MouseEvent, val: boolean) => void; + onExpand?: (event: React.MouseEvent, val: boolean) => void; /** Additional props added to the NavExpandable