Skip to content

Commit

Permalink
Merge pull request #1180 from nextcloud/backport/1178/stable2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jun 20, 2024
2 parents 3e2eade + 2c4049d commit 7f46998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/GuestForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default {
},
resetForm() {
this.guest.fullName = this.guest.username = this.guest.email = null
this.guest.fullName = this.guest.username = this.guest.email = ''
},
resetErrors() {
Expand Down

0 comments on commit 7f46998

Please sign in to comment.