Skip to content

Commit ff10aed

Browse files
authored
Merge pull request #1178 from nextcloud/fix/create-guest-without-display-name-twice
fix(GuestForm): allow to create a guest without name more than once
2 parents c47f02b + 2b9079f commit ff10aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/GuestForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default {
263263
},
264264
265265
resetForm() {
266-
this.guest.fullName = this.guest.username = this.guest.email = null
266+
this.guest.fullName = this.guest.username = this.guest.email = ''
267267
},
268268
269269
resetErrors() {

0 commit comments

Comments
 (0)