Dashboard overview

This commit is contained in:
Hillel Coren 2022-08-15 17:23:27 +03:00
parent b355baf712
commit c69b801f8b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class PurchaseOrderUIState extends Object
return _$PurchaseOrderUIState._(
listUIState: ListUIState(
sortField?.field ?? PurchaseOrderFields.number,
sortAscending: sortField?.ascending,
sortAscending: sortField?.ascending ?? false,
),
editing: InvoiceEntity(),
selectedId: '',