AJustes generales y login
This commit is contained in:
@@ -12,6 +12,7 @@ use Illuminate\Validation\ValidationException;
|
||||
use Livewire\Attributes\Computed;
|
||||
use Livewire\Component;
|
||||
use Livewire\WithPagination;
|
||||
use Log;
|
||||
use TallStackUi\Traits\Interactions;
|
||||
|
||||
class Index extends Component
|
||||
@@ -133,7 +134,7 @@ class Index extends Component
|
||||
->orderBy('numero_caja', 'asc')
|
||||
->orderBy('numero_turno', 'asc')
|
||||
->when($this->searchFecha, function ($query) {
|
||||
if (! $this->searchFecha) {
|
||||
if (!$this->searchFecha) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user