diff --git a/app/Http/Livewire/InvoicesTable.php b/app/Http/Livewire/InvoicesTable.php index 408497e624e5..1df99e73ce15 100644 --- a/app/Http/Livewire/InvoicesTable.php +++ b/app/Http/Livewire/InvoicesTable.php @@ -26,6 +26,11 @@ class InvoicesTable extends Component public $status = []; + public function mount() + { + $this->sort_asc = false; + } + public function render() { $local_status = [];