Skip to content

Commit 2eb4bbe

Browse files
committed
Fixed duplicate input (telegram)
1 parent 2707ffc commit 2eb4bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/santa/game.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ class="form-control text-balance mb-3 p-4 {{ $errors->has('phone') ? 'is-invalid
151151
<input
152152
class="form-control text-balance mb-3 p-4 {{ $errors->has('telegram') ? 'is-invalid' : '' }}"
153153
@disabled($participant->hasReceiver())
154-
name="phone"
155-
id="phone"
154+
name="telegram"
155+
id="telegram"
156156
value="{{ old('telegram', $participant->telegram) }}"
157157
placeholder="@tabuna"/>
158158
<x-error field="telegram" class="invalid-feedback my-3"/>

0 commit comments

Comments
 (0)