fix
This commit is contained in:
parent
5f2ca1f957
commit
813bea02ab
|
@ -24,8 +24,10 @@ const paginationForLocal = {
|
||||||
const paginationForRemote = {
|
const paginationForRemote = {
|
||||||
endpoint: 'notes/featured' as const,
|
endpoint: 'notes/featured' as const,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
origin: 'remote',
|
|
||||||
offsetMode: true,
|
offsetMode: true,
|
||||||
|
params: {
|
||||||
|
origin: 'remote',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// const paginationForRemote = {
|
// const paginationForRemote = {
|
||||||
|
|
Loading…
Reference in New Issue