Merge branch 'master' into fix-filter-count-conditions
This commit is contained in:
commit
79906bad7e
|
@ -160,7 +160,7 @@ export async function finaliseRow(
|
|||
dynamic: false,
|
||||
})
|
||||
if (aiEnabled) {
|
||||
enrichedRow = await processAIColumns(table, row, {
|
||||
enrichedRow = await processAIColumns(table, enrichedRow, {
|
||||
contextRows: [enrichedRow],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue