Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix(profile): reset uploaded files when resetting form
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Aug 6, 2023
1 parent 2c6b6da commit 1d88355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ProfileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const resetForm = () => {
confirmNewPassword.value = ''
editError.value = false
editErrorMessage.value = ''
files.value = []
}
const processInput = async () => {
Expand Down

0 comments on commit 1d88355

Please sign in to comment.