Update table block filter limit to 5

This commit is contained in:
Andrew Kingston 2022-07-13 12:12:30 +01:00
parent 4635dbbee4
commit a4da35c3e5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
})
}
})
return enrichedColumns.slice(0, 3)
return enrichedColumns.slice(0, 5)
}
// Load the datasource schema so we can determine column types