mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
start simplifying form data handling
This commit is contained in:
@@ -6,7 +6,7 @@ import Form from 'react-bootstrap/Form'
|
||||
export default function Contact() {
|
||||
const { state } = useContext(WizardContext)
|
||||
|
||||
const { purpose, destination, org } = state
|
||||
const { purpose, destination, org } = state.formData
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user