Skip to content

Commit ba061dd

Browse files
committed
feat(Select): fix syntax
1 parent 26e9b43 commit ba061dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Chakra__Select.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ let makeProps = (
628628
/**
629629
Component Props {Select}
630630
**/
631-
~variant=>?variant->Select.Variant.fromOption
631+
~variant=?variant->Select.Variant.fromOption,
632632
/**
633633
Margin and Padding
634634
**/

0 commit comments

Comments
 (0)