Skip to content

Commit

Permalink
fix: admin/delete_address (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored May 4, 2024
1 parent 2d01639 commit 68c18a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/admin/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const deleteEmail = async () => {
await fetchData()
} catch (error) {
message.error(error.message || "error");
} finally {
showDelteAccount.value = false
}
}
Expand Down

0 comments on commit 68c18a6

Please sign in to comment.