Skip to content

Commit

Permalink
Merge pull request #1178 from nextcloud/fix/create-guest-without-disp…
Browse files Browse the repository at this point in the history
…lay-name-twice

fix(GuestForm): allow to create a guest without name more than once
  • Loading branch information
nfebe authored Jun 20, 2024
2 parents c47f02b + 2b9079f commit ff10aed
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 ff10aed

Please sign in to comment.