Fix: Passt das Verhalten der InputFelder an, dass sich diese wirklich verändern
This commit is contained in:
@@ -62,7 +62,7 @@ class _MonthlyBalanceChart extends State<MonthlyBalanceChart> {
|
||||
amountMin: widget.amountMin,
|
||||
amountMax: widget.amountMax,
|
||||
dateFrom: widget.dateFrom,
|
||||
dateTo: widget.dateTo,
|
||||
dateTo: (widget.dateTo != null) ? widget.dateTo : DateTime.now(),
|
||||
),
|
||||
builder:
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user