Skip to content

Commit

Permalink
Update FormInput.tsx
Browse files Browse the repository at this point in the history
Adding a sponsor description - Sam
  • Loading branch information
ss12430 authored Oct 23, 2024
1 parent c0b2a5f commit c184f90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export default function FormInput({ calendarEventId, formContext }: Props) {
<BookingFormTextField
id="sponsorFirstName"
label="Sponsor First Name"
description="A faculty or staff member related to your request."
required={watch("role") === Role.STUDENT}
{...{ control, errors, trigger }}
/>
Expand Down

0 comments on commit c184f90

Please sign in to comment.