Skip to content

Commit

Permalink
Remove unnecessary (and confusing) form default value
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Oct 31, 2024
1 parent 89cae22 commit 7cf5f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Organization/Invite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const RoleRadio = ({ name, fieldName: title, description, value, ...props }: Rol
const { field } = useController({
name,
control,
defaultValue: 'guest',
})

const { getInputProps, getRadioProps } = useRadio({
Expand Down

0 comments on commit 7cf5f5b

Please sign in to comment.