diff --git a/app/Http/Livewire/InvoicesTable.php b/app/Http/Livewire/InvoicesTable.php index d31338f25611..f17f05464bf1 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 = [];