In Teams Tab when we Assign a project then this dropdown not change its state . #181
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Kartik_Bug#442"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Teams Tab when we Assign a project then this dropdown not change its state .
When we select a In-Active Employee on dropdown then Assign a project then submit the form then this dropdown is not change its state In-active to Active.
But the updation on code now its working properly.
Update in handleEmpAlicationFormSubmit :-
activeEmployee state is set to true
filteredEmployees is updated to show only active ones
The dropdown reflects "Active Employee" after submission (for UI consistency)