feat: add work experience property to the welcome page event (#1125)

This commit is contained in:
Attiya Ishaque
2024-01-11 16:00:43 +05:00
committed by GitHub
parent 27545ea4b6
commit d74b5c49d9
2 changed files with 3 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ const ProgressiveProfiling = (props) => {
isGenderSelected: !!values.gender,
isYearOfBirthSelected: !!values.year_of_birth,
isLevelOfEducationSelected: !!values.level_of_education,
isWorkExperienceSelected: !!values.work_experience,
host: queryParams?.host || '',
},
);