Skip to content

Commit

Permalink
ref change after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mila2999 committed Apr 5, 2024
1 parent a2d7c98 commit 7f5afc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export interface DropdownComponentProps extends VibeComponentProps {
/**
Pass Ref for reference of the actual dropdown component
*/
ref?: React.ForwardedRef<HTMLDivElement>;
ref?: React.ForwardedRef<HTMLDivElement> | string;
/**
The options set by default will be set as mandatory and the user will not be able to cancel their selection
*/
Expand Down

0 comments on commit 7f5afc3

Please sign in to comment.