hide uneccessary msg or fixed loading condition for create new employee
This commit is contained in:
parent
162c91c1aa
commit
c900dc80a9
@ -257,7 +257,7 @@ const ManageEmployee = () => {
|
||||
</span>
|
||||
</div>
|
||||
<div className="card-body">
|
||||
{(!currentEmployee && empLoading) && (
|
||||
{(!currentEmployee && empLoading && employeeId ) && (
|
||||
<p>Loading Employee Data...</p>
|
||||
)}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user