Skip to content

Commit

Permalink
fix(GuestForm): allow to create a guest without name twice
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme authored and backportbot[bot] committed Jun 20, 2024
1 parent 3e2eade commit 2c4049d
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 2c4049d

Please sign in to comment.