Skip to content
Snippets Groups Projects
Unverified Commit 9ce47053 authored by shaun's avatar shaun Committed by GitHub
Browse files

Fix Typo in FormSelect (#37092)

parent 377b713b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export interface FormSelectProps extends Omit<SelectProps, "value" | "error"> {
nullable?: boolean;
}
export const FormSelect = forwardRef(function FormNumberInput(
export const FormSelect = forwardRef(function FormSelect(
{ name, nullable, onChange, onBlur, ...props }: FormSelectProps,
ref: Ref<HTMLInputElement>,
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment