Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoo1992 committed Jun 25, 2024
1 parent c5e59bf commit 272c8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UX/Form/FormSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const FormSelect = ({
openText="Abrir"
noOptionsText="Opção não encontrada"
loadingText="Carregando"
onInputChange={(event, newInputValue) => {
onInputChange={(_event, newInputValue) => {
setValue(newInputValue);
}}
autoSelect
Expand Down

1 comment on commit 272c8de

@vercel
Copy link

@vercel vercel bot commented on 272c8de Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.