Removed career search dropdon from top of milestonetracker. will be handled in EditScenarioModal.

This commit is contained in:
Josh 2025-05-27 18:52:23 +00:00
parent 961d0e5fd4
commit 8604883bff

View File

@ -807,16 +807,7 @@ export default function MilestoneTracker({ selectedCareer: initialCareer }) {
{/* 1) Career */}
<div className="bg-white p-4 rounded shadow mb-4">
<CareerSelectDropdown
existingCareerProfiles={existingCareerProfiles}
selectedCareer={selectedCareer}
onChange={(sel) => {
setSelectedCareer(sel);
setCareerProfileId(sel?.id || null);
}}
loading={!existingCareerProfiles.length}
authFetch={authFetch}
/>
<div className="mt-4">
<p>
<strong>Current Career:</strong>{' '}