Merge branch 'fix-filter-count-conditions' of github.com:Budibase/budibase into fix-filter-count-conditions

This commit is contained in:
Andrew Kingston 2024-11-04 16:40:34 +00:00
commit 9adec99c59
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export async function finaliseRow(
dynamic: false,
})
if (aiEnabled) {
enrichedRow = await processAIColumns(table, row, {
enrichedRow = await processAIColumns(table, enrichedRow, {
contextRows: [enrichedRow],
})
}