Skip to content

Commit

Permalink
Removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama committed Apr 23, 2024
1 parent 2933e2d commit 64b0bc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/components/UpdateUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64b0bc3

Please sign in to comment.