Update table block filter limit to 5
This commit is contained in:
parent
1cd20dddc7
commit
3996aad9e9
|
@ -89,7 +89,7 @@
|
|||
})
|
||||
}
|
||||
})
|
||||
return enrichedColumns.slice(0, 3)
|
||||
return enrichedColumns.slice(0, 5)
|
||||
}
|
||||
|
||||
// Load the datasource schema so we can determine column types
|
||||
|
|
Loading…
Reference in New Issue