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