Skip to content

Commit

Permalink
fix: typo in onboard form (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Sep 2, 2024
2 parents 3f1cf49 + 7a1cd6e commit 7a5da3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/web/components/signin/OnboardUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ export function OnboardUserForm() {
searchable
required
data={role}
name="Your Role"
label="Your Role"
value={field.value}
onChange={field.onChange}
label={PLACEHOLDERS.role}
error={errors.role?.message}
placeholder={PLACEHOLDERS.role}
/>
Expand Down

0 comments on commit 7a5da3d

Please sign in to comment.