fix: handle profile image confirm (employee)
This commit is contained in:
parent
d25fa4d792
commit
3f99cf60bf
1 changed files with 3 additions and 1 deletions
|
|
@ -868,7 +868,9 @@ async function assignFormDataEmployee(id: string) {
|
|||
formDataEmployeeTab.value = 'personalInfo';
|
||||
currentEmployee.value = foundEmployee;
|
||||
profileUrl.value = foundEmployee.profileImageUrl;
|
||||
profileSubmit.value = true;
|
||||
foundEmployee.profileImageUrl
|
||||
? (profileSubmit.value = true)
|
||||
: (profileSubmit.value = false);
|
||||
isEmployeeEdit.value = true;
|
||||
|
||||
formDataEmployee.value = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue