Add TBD of where the Income duplicate name validator is going wrong.
This commit is contained in:
		@@ -337,6 +337,7 @@ class _TrackedItemInputDialogState extends State<TrackedItemInputDialog> {
 | 
			
		||||
                : Text("Edit ${_type!.title}"),
 | 
			
		||||
          ),
 | 
			
		||||
          content: FutureBuilder<List<Expense>>(
 | 
			
		||||
              // TODO / TBD -- This should no longer only be Expenses.
 | 
			
		||||
              future: DatabaseHelper.instance.getExpenses(),
 | 
			
		||||
              builder: (BuildContext context,
 | 
			
		||||
                  AsyncSnapshot<List<Expense>> snapshot) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user