Pass checkin_email value to backend even when unchecked

This commit is contained in:
Marcus Moore 2023-08-02 17:45:39 -07:00
parent 896f038054
commit 2e7aa01abe
No known key found for this signature in database

View file

@ -50,6 +50,9 @@
<span>{{ $this->emailMessage }}</span>
</div>
@endif
@if ($this->sendCheckInEmailDisabled)
<input type="hidden" name="checkin_email" wire:model="sendCheckInEmail" />
@endif
</div>
</div>
</div>