SGDInstitute / enterprise

3 stars 2 forks source link

Undefined variable $updateEmail #167

Closed techenby closed 2 years ago

techenby commented 2 years ago

ErrorException

Undefined variable $updateEmail

:dart: Illuminate\Foundation\Bootstrap\HandleExceptions::handleError :page_facing_up: /home/forge/apps.sgdinstitute.org/resources/views/livewire/app/orders/partials/ticket-modal.blade.php

17                      <p class="dark:text-gray-200">Looks like the email changed, did you want to fix a typo or invite someone else?</p>
18  
19*                     <button wire:click="$set('updateEmail', true)" type="button" class="{{ $updateEmail === true ? 'bg-green-500' : 'bg-transparent' }} inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-
20                      <button wire:click="$set('updateEmail', false)" type="button" class="{{ $updateEmail === false ? 'bg-green-500' : 'bg-transparent' }} inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded tex
21                  </div>

Open in Flare

flare-error-tracker[bot] commented 2 years ago

Because you closed this issue the following error in Flare was marked as resolved: Undefined variable $updateEmail