Skip to content

Commit

Permalink
chore: add multiselect classname
Browse files Browse the repository at this point in the history
  • Loading branch information
luizakp committed Dec 3, 2024
1 parent 07ac327 commit 9faada1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const MultiSelectCheckboxes =
</FormLabel>
<FormDescription>{field.description}</FormDescription>
</div>
<div className="h-20 overflow-y-auto">
<div className="h-20 overflow-y-auto multi-select">
{field.options?.map((item) => (
<FormField
key={item.value}
Expand Down

0 comments on commit 9faada1

Please sign in to comment.