This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-03 14:51:21 +07:00
parent b29c89ebe4
commit 339a681eb3

View file

@ -37,7 +37,6 @@ const profileId = ref<string | null>("");
function fetchDataProfile(data: DataProfile) {
fetchProfile(data.profileId);
profile.id = data.profileId;
profile.fullName = `${data.prefix}${data.firstName} ${data.lastName}`;
profile.position =