Skip to content

Commit

Permalink
fixed typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Oct 5, 2023
1 parent 92b48cf commit 3c6f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/field/src/FieldMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const FieldMessage = forwardRef<any, InnerFieldMessageProps>(({
fluidValue && "fluid"
),
ref,
size: "sm"
size: "sm" as const
}
)}
>
Expand Down

0 comments on commit 3c6f394

Please sign in to comment.