This commit is contained in:
Hillel Coren 2020-02-11 14:24:47 +02:00
parent 6542a3ed4c
commit 0ab103d7b0
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class ReportsScreen extends StatelessWidget {
)) ))
.toList(), .toList(),
), ),
/*
AppDropdownButton<DateRange>( AppDropdownButton<DateRange>(
labelText: localization.dateRange, labelText: localization.dateRange,
value: reportsUIState.dateRange, value: reportsUIState.dateRange,
@ -113,6 +115,7 @@ class ReportsScreen extends StatelessWidget {
viewModel.onSettingsChanged(customEndDate: value), viewModel.onSettingsChanged(customEndDate: value),
), ),
], ],
*/
], ],
), ),
FormCard( FormCard(