Removed universal box and new salary box from Add Milestone - handled by Impacts now
This commit is contained in:
parent
e5a6275863
commit
91066a3cb6
@ -821,29 +821,7 @@ export default function ScenarioContainer({
|
|||||||
progress: parseInt(e.target.value || '0', 10)
|
progress: parseInt(e.target.value || '0', 10)
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div style={{ marginTop: '0.5rem' }}>
|
|
||||||
<label>
|
|
||||||
<input
|
|
||||||
type="checkbox"
|
|
||||||
checked={!!newMilestone.isUniversal}
|
|
||||||
onChange={(e) =>
|
|
||||||
setNewMilestone((prev) => ({
|
|
||||||
...prev,
|
|
||||||
isUniversal: e.target.checked ? 1 : 0
|
|
||||||
}))
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
{' '}Universal (all scenarios)?
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<label>New Salary (if financial): </label>
|
|
||||||
<input
|
|
||||||
type="number"
|
|
||||||
value={newMilestone.newSalary}
|
|
||||||
onChange={(e) => setNewMilestone({ ...newMilestone, newSalary: e.target.value })}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{/* Impacts sub-form */}
|
{/* Impacts sub-form */}
|
||||||
<div style={{ border: '1px solid #ccc', padding: '1rem', marginTop: '1rem' }}>
|
<div style={{ border: '1px solid #ccc', padding: '1rem', marginTop: '1rem' }}>
|
||||||
|
|||||||
BIN
user_profile.db
BIN
user_profile.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user