Skip to content

Commit cd6312f

Browse files
authored
Merge pull request #1434 from rluodev/try-fix-checkbox-apply
Fix checkbox on fiscal sponsorship form
2 parents dc656c7 + 2240c15 commit cd6312f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/fiscal-sponsorship/apply/personal-form.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Field from './field'
33
import Checkbox from './checkbox'
44
import { useEffect, useState } from 'react'
55
import { useTeenagerLedContext } from './teenager-led-context'
6+
import Checkbox from './checkbox'
67

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

0 commit comments

Comments
 (0)