Fix: Passt das Verhalten der InputFelder an, dass sich diese wirklich verändern
This commit is contained in:
@@ -36,6 +36,7 @@ class _RecentTransactionsListState extends State<RecentTransactionsList> {
|
||||
final Future<List<Transaction>> recentTransactions = _transactionRepository
|
||||
.findBy(
|
||||
account: _accountController.selected.value,
|
||||
dateTo: DateTime.now(),
|
||||
limit: 5,
|
||||
orderBy: 'dateDesc',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user