From 4f953da0feb919d406147eccf9b1f9f7bcbd9917 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Thu, 23 Apr 2026 10:54:27 -0500 Subject: [PATCH] caret menu indicators work, point correct direction --- client/components/dropdown/dropdown.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/dropdown/dropdown.jsx b/client/components/dropdown/dropdown.jsx index c218ad476..2e2463233 100644 --- a/client/components/dropdown/dropdown.jsx +++ b/client/components/dropdown/dropdown.jsx @@ -40,7 +40,7 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, i const trigger = (groupName)=>{ if(!customTrigger){ return <> - {groupName} + {groupName} ; } else { return customTrigger; @@ -54,7 +54,6 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, i className={['menu-item', color, className].join(' ')} popoverTarget={menuId} icon={icon} - ismenu={{ caretDirection: isSubMenu ? 'right' : 'down' }} aria-haspopup='menu' role='menuitem' >