mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-24 22:05:47 +00:00
fix passing nested query in nested getAst calls
This commit is contained in:
@@ -72,7 +72,7 @@ const getAst = async ({
|
||||
|
||||
value = await getAst({
|
||||
model,
|
||||
query: query?.nested,
|
||||
query: query?.nested?.[col.title],
|
||||
extractOnlyPrimaries: nestedFields !== '*'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user