Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Oct 8, 2024
1 parent 9963720 commit 3883e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Form.Workforce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const WorkforceForm = ({ sessionDates, referredBy }: WorkforceFormProps) => {
cohort: session.cohort,
programId: session.programId,
code: session.code,
startDateTime: session.times.start.dateTime,
startDateTime: session.times.start.dateTime as string,
googlePlace: session.googlePlace,
locationType: session.locationType,
},
Expand Down

0 comments on commit 3883e5b

Please sign in to comment.