Build fix.
This commit is contained in:
parent
83fa6f952a
commit
394fa2536c
|
@ -149,12 +149,14 @@ export async function search(
|
||||||
entityId: table._id!,
|
entityId: table._id!,
|
||||||
operation: Operation.READ,
|
operation: Operation.READ,
|
||||||
},
|
},
|
||||||
filters: cleanupFilters(query, allTables),
|
filters: {
|
||||||
|
...cleanupFilters(query, allTables),
|
||||||
|
documentType: DocumentType.ROW,
|
||||||
|
},
|
||||||
table,
|
table,
|
||||||
meta: {
|
meta: {
|
||||||
table,
|
table,
|
||||||
tables: allTablesMap,
|
tables: allTablesMap,
|
||||||
documentType: DocumentType.ROW,
|
|
||||||
},
|
},
|
||||||
resource: {
|
resource: {
|
||||||
fields: buildInternalFieldList(table, allTables),
|
fields: buildInternalFieldList(table, allTables),
|
||||||
|
|
Loading…
Reference in New Issue