From 64b0bc3b1728e0b23d624e4e67562d322818a88e Mon Sep 17 00:00:00 2001 From: mayar osama Date: Tue, 23 Apr 2024 11:22:54 +0200 Subject: [PATCH] Removing logs --- client/src/components/UpdateUser.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/components/UpdateUser.vue b/client/src/components/UpdateUser.vue index e407c9a1..02a5a10d 100644 --- a/client/src/components/UpdateUser.vue +++ b/client/src/components/UpdateUser.vue @@ -250,11 +250,7 @@ export default { ) const { execute, isLoading } = useAsyncState( - async () => { - console.log("image.value[0].name",image.value[0].name) - console.log("selectedUser.value.image",selectedUser.value.image) - - + async () => { selectedUser.value.user_type = selectedUser.value.user_type === "Team Lead" ? "Supervisor" : selectedUser.value.user_type await $api.myprofile.update(selectedUser.value.id, { ...selectedUser.value,