Fix error in doubler request page.

This commit is contained in:
Matt Young 2025-10-23 09:09:15 -05:00
parent 956d70a90e
commit 69be2b7ed0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</x-table.td> </x-table.td>
<x-table.td> <x-table.td>
<x-form.field <x-form.field
value="{{ $existingRequests[$event->id][$student->id] ?? '' }}" value="{{ $existingRequests[$event->id][$student->id]['request'] ?? '' }}"
name="doubler_requests[{{$event->id}}][{{$student->id}}]"/> name="doubler_requests[{{$event->id}}][{{$student->id}}]"/>
</x-table.td> </x-table.td>
</tr> </tr>