Skip to content

Commit

Permalink
clear input
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Mar 6, 2025
1 parent 13339fc commit c9aa664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default defineComponent({
policyForm.value = [];
isValid.value = false;
isTouched.value = false;
file.value = null;
};
const cancel = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default defineComponent({
termsForm.value = [];
isFormValid.value = false;
isFormTouched.value = false;
file.value = null;
};
const cancel = () => {
Expand Down

0 comments on commit c9aa664

Please sign in to comment.