diff options
author | Joris | 2019-10-19 09:36:03 +0200 |
---|---|---|
committer | Joris | 2019-10-19 09:36:03 +0200 |
commit | 0b40b6b5583b5c437f83e61bf8913f2b4c447b24 (patch) | |
tree | 02741a073e24444a711b61d8697429f159b5ebfd /client/src/View/Income | |
parent | 284214d3af39143fdbeca57ffa4864389e7d517a (diff) |
Include pages into table component
Diffstat (limited to 'client/src/View/Income')
-rw-r--r-- | client/src/View/Income/Income.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/View/Income/Income.hs b/client/src/View/Income/Income.hs index d0c0a45..0fdd7d3 100644 --- a/client/src/View/Income/Income.hs +++ b/client/src/View/Income/Income.hs @@ -40,6 +40,8 @@ view incomeIn = . _incomeIn_init $ incomeIn , _tableIn_cell = cell (_incomeIn_init incomeIn) + , _tableIn_perPage = 7 + , _tableIn_resetPage = R.never } return () |