Skip to content

Commit

Permalink
Fixed duplicate input (telegram)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 11, 2024
1 parent 2707ffc commit 2eb4bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/santa/game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ class="form-control text-balance mb-3 p-4 {{ $errors->has('phone') ? 'is-invalid
<input
class="form-control text-balance mb-3 p-4 {{ $errors->has('telegram') ? 'is-invalid' : '' }}"
@disabled($participant->hasReceiver())
name="phone"
id="phone"
name="telegram"
id="telegram"
value="{{ old('telegram', $participant->telegram) }}"
placeholder="@tabuna"/>
<x-error field="telegram" class="invalid-feedback my-3"/>
Expand Down

0 comments on commit 2eb4bbe

Please sign in to comment.