mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 02:21:38 +02: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
|
ptk/WatchEvent
|
||||||
(watch [_ state s]
|
(watch [_ state s]
|
||||||
(let [params (merge {:page id
|
(let [params (merge {:page id
|
||||||
:max (or max 5)}
|
:max (or max 20)}
|
||||||
(when since
|
(when since
|
||||||
{:since since}))]
|
{:since since}))]
|
||||||
(->> (rp/req :fetch/page-history params)
|
(->> (rp/req :fetch/page-history params)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue