Merge branch 'highest-education' of DigiFi/digifi-www into master

This commit is contained in:
2024-09-03 17:00:09 +00:00
committed by Gogs
@@ -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 : ''}