Update table block filter limit to 5
This commit is contained in:
parent
4635dbbee4
commit
a4da35c3e5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue