1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Update table block filter limit to 5

This commit is contained in:
Andrew Kingston 2022-07-13 12:12:30 +01:00
parent 1cd20dddc7
commit 3996aad9e9

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 // Load the datasource schema so we can determine column types