Skip to content

Commit

Permalink
Test commit (DO NOT MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pechenux committed Apr 20, 2024
1 parent c326a0f commit cbdc8fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export type MultiSelectProps = InputPropsBase &

const MultiSelect: ForwardRefRenderFunction<any, MultiSelectProps> = (
{ label, error, tooltip, className, id, components, ...props },
ref
ref,
) => {
return (
<div
className={cn(
styles.inputSelect,
props.isDisabled && styles.disabled,
className
className,
)}
>
<div className={styles.top}>
Expand Down

0 comments on commit cbdc8fb

Please sign in to comment.