mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
fix checkbox on fiscal sponsorship form
This commit is contained in:
parent
ab5909417c
commit
2240c1504c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { Input, Flex, Label, Radio, Grid, Select, Checkbox } from 'theme-ui'
|
||||
import { Input, Flex, Label, Radio, Grid, Select } from 'theme-ui'
|
||||
import Field from './field'
|
||||
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue