Dashboard overview
This commit is contained in:
parent
b355baf712
commit
c69b801f8b
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue