More work to make the Expense page arbitrary for re-use.

This commit is contained in:
2025-02-11 15:16:46 -07:00
parent bea9a4bc36
commit 737264fa2f
4 changed files with 44 additions and 29 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class _HomePageState extends State<HomePage> {
switch (pageSelected) {
case 0:
page = ExpensePage();
dialog = ExpenseInputDialog(
dialog = RecurringTrackedTypeInputDialog(
notifyParent: refresh,
);
case 1: