mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
Change default number of items to fetch for the history to 15.
This commit is contained in:
parent
06142bc285
commit
b8dc464e88
@ -185,7 +185,7 @@
|
||||
(on-failure [e]
|
||||
(uum/error (tr "errors.fetch-page-history"))
|
||||
(rx/empty))]
|
||||
(->> (rp/do :fetch/page-history {:page id})
|
||||
(->> (rp/do :fetch/page-history {:page id :max 15})
|
||||
(rx/map on-success)
|
||||
(rx/catch on-failure))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user