mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
✨ Load more history data on first request.
This commit is contained in:
parent
7598637efc
commit
232d871773
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
ptk/WatchEvent
|
||||
(watch [_ state s]
|
||||
(let [params (merge {:page id
|
||||
:max (or max 5)}
|
||||
:max (or max 20)}
|
||||
(when since
|
||||
{:since since}))]
|
||||
(->> (rp/req :fetch/page-history params)
|
||||
|
|
Loading…
Add table
Reference in a new issue