Skip to content

Commit

Permalink
Add missing instance of getClassNames
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 2, 2022
1 parent d3a3750 commit 49a5588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chakra-components/menu.tsx
Expand Up @@ -244,6 +244,7 @@ export const Group = <
label,
selectProps,
innerProps,
getClassNames,
} = props;

const { chakraStyles } = selectProps;
Expand All @@ -258,6 +259,7 @@ export const Group = <
cx={cx}
theme={theme}
getStyles={getStyles}
getClassNames={getClassNames}
>
{label}
</Heading>
Expand Down

0 comments on commit 49a5588

Please sign in to comment.