From 0f928226561ae6332e00b2145db73c7cc3ea7933 Mon Sep 17 00:00:00 2001 From: melloware Date: Wed, 20 Mar 2024 11:40:06 -0400 Subject: [PATCH] MenuBar length spelled wrong --- components/lib/menubar/Menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/menubar/Menubar.js b/components/lib/menubar/Menubar.js index 847fd9d2f2..bdd9a742e0 100644 --- a/components/lib/menubar/Menubar.js +++ b/components/lib/menubar/Menubar.js @@ -622,7 +622,7 @@ export const Menubar = React.memo( ref: menuButtonRef, href: '#', tabIndex: '0', - 'aria-haspopup': mobileActiveState && props.model && props.model.lentgh > 0 ? true : false, + 'aria-haspopup': mobileActiveState && props.model && props.model.length > 0 ? true : false, 'aria-expanded': mobileActiveState, 'aria-label': ariaLabel('navigation'), 'aria-controls': idState,