highest education added

This commit was merged in pull request #68.
This commit is contained in:
victorAnumudu
2024-09-03 17:57:38 +01:00
parent fe2168ce53
commit b203c59ff7
@@ -244,7 +244,7 @@ export default function EmploymentDetail({handleNextStep}:Props) {
select={true}
disabled={true}
selectClass="w-full h-[3.625rem] bg-[#EFEFEF] px-4 rounded-[.375rem]"
selectOptions={highestEductaion}
selectOptions={props.values.highest_eductaion}
selectValue={props.values.highest_eductaion}
onChange={props.handleChange}
error={(props.errors.highest_eductaion && props.touched.highest_eductaion) ? props.errors.highest_eductaion : ''}