Fix error in doubler request page.
This commit is contained in:
parent
956d70a90e
commit
69be2b7ed0
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue