Skip to content

Commit c5335cb

Browse files
jverceCopilot
andauthored
Update packages/connect-react/src/components/ControlSelect.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 6c0a2f1 commit c5335cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/components/ControlSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function ControlSelect<T>({
121121
const LoadMore = ({
122122
// eslint-disable-next-line react/prop-types
123123
children, ...props
124-
}: any) => {
124+
}: MenuListProps<LabelValueOption<T>, boolean>) => {
125125
return (
126126
<components.MenuList {...props}>
127127
{children}

0 commit comments

Comments
 (0)