Fixed UI in EducationalPrograms Page with tooltips, KSA for CareerSearch bar.

This commit is contained in:
Josh 2025-05-22 11:58:49 +00:00
parent 8096d505ba
commit 56555b9e8f

View File

@ -93,6 +93,7 @@ function EducationalProgramsPage() {
return codeStr.replace('.', '').slice(0, 4); return codeStr.replace('.', '').slice(0, 4);
}); });
setCipCodes(cleanedCips); setCipCodes(cleanedCips);
setsocCode(foundObj.soc_code);
}; };
// Fixed handleSelectSchool (removed extra brace) // Fixed handleSelectSchool (removed extra brace)