aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/Income/Income.hs
diff options
context:
space:
mode:
authorJoris2019-10-23 22:41:51 +0200
committerJoris2019-10-23 22:41:51 +0200
commitc53198a7dd46f1575a33f823c29fa02126429e8f (patch)
treefd0b90588a566848a4b601dfd518093d72f5e101 /client/src/View/Income/Income.hs
parente4b32ce15f8c92f3b477d3f3d4d301ba08f9b5e3 (diff)
downloadbudget-c53198a7dd46f1575a33f823c29fa02126429e8f.tar.gz
budget-c53198a7dd46f1575a33f823c29fa02126429e8f.tar.bz2
budget-c53198a7dd46f1575a33f823c29fa02126429e8f.zip
Go to initial page after adding an income
Diffstat (limited to 'client/src/View/Income/Income.hs')
-rw-r--r--client/src/View/Income/Income.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/View/Income/Income.hs b/client/src/View/Income/Income.hs
index 90f1fde..2f0b8f5 100644
--- a/client/src/View/Income/Income.hs
+++ b/client/src/View/Income/Income.hs
@@ -64,6 +64,7 @@ view input = do
, Table._in_init = init
, Table._in_currency = _in_currency input
, Table._in_incomes = incomes
+ , Table._in_resetPage = () <$ addIncome
}
return ()