Merge branch 'fix-filter-count-conditions' of github.com:Budibase/budibase into fix-filter-count-conditions
This commit is contained in:
commit
9adec99c59
|
@ -160,7 +160,7 @@ export async function finaliseRow(
|
||||||
dynamic: false,
|
dynamic: false,
|
||||||
})
|
})
|
||||||
if (aiEnabled) {
|
if (aiEnabled) {
|
||||||
enrichedRow = await processAIColumns(table, row, {
|
enrichedRow = await processAIColumns(table, enrichedRow, {
|
||||||
contextRows: [enrichedRow],
|
contextRows: [enrichedRow],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue