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