Fix
This commit is contained in:
parent
60a5f4a2e7
commit
5cad93ff75
|
@ -35,7 +35,7 @@ export async function searchView(
|
||||||
> = {
|
> = {
|
||||||
tableId: view.tableId,
|
tableId: view.tableId,
|
||||||
viewId: view.id,
|
viewId: view.id,
|
||||||
query: body.query,
|
query: body.query || {},
|
||||||
fields: viewFields,
|
fields: viewFields,
|
||||||
...getSortOptions(body, view),
|
...getSortOptions(body, view),
|
||||||
limit: body.limit,
|
limit: body.limit,
|
||||||
|
|
Loading…
Reference in New Issue