1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Sort invoices in descending order

This commit is contained in:
Benjamin Beganović 2021-04-10 12:48:51 +02:00
parent 3062ee4fec
commit bb7f9c64d5

View File

@ -26,6 +26,11 @@ class InvoicesTable extends Component
public $status = [];
public function mount()
{
$this->sort_asc = false;
}
public function render()
{
$local_status = [];