More work to make the Expense page arbitrary for re-use.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class _HomePageState extends State<HomePage> {
|
||||
switch (pageSelected) {
|
||||
case 0:
|
||||
page = ExpensePage();
|
||||
dialog = ExpenseInputDialog(
|
||||
dialog = RecurringTrackedTypeInputDialog(
|
||||
notifyParent: refresh,
|
||||
);
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user