Skip to content

Commit

Permalink
Merge pull request #1434 from rluodev/try-fix-checkbox-apply
Browse files Browse the repository at this point in the history
Fix checkbox on fiscal sponsorship form
  • Loading branch information
sarthaktexas authored Dec 11, 2024
2 parents dc656c7 + 2240c15 commit cd6312f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/fiscal-sponsorship/apply/personal-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Field from './field'
import Checkbox from './checkbox'
import { useEffect, useState } from 'react'
import { useTeenagerLedContext } from './teenager-led-context'
import Checkbox from './checkbox'

export default function PersonalInfoForm({ requiredFields }) {
const [selectedContactOption, setSelectedContactOption] = useState('Email')
Expand Down

0 comments on commit cd6312f

Please sign in to comment.