Final change necessary to get a successful build. Still needs to be tested on a device to see if it really runs.
This commit is contained in:
parent
6e05298f3d
commit
f2fe268b5b
@ -67,7 +67,7 @@ class ExpenseViewModel (
|
|||||||
isAddingExpense = false,
|
isAddingExpense = false,
|
||||||
name = "",
|
name = "",
|
||||||
cost = "",
|
cost = "",
|
||||||
rate = Rate.MONTHLY,
|
rate = "", // TBD / TODO: Rate.MONTHLY,
|
||||||
) }
|
) }
|
||||||
}
|
}
|
||||||
is ExpenseEvent.SetName -> {
|
is ExpenseEvent.SetName -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user