chore: Set table viz default row limit to 1000 (#20475)

This commit is contained in:
Diego Medina 2022-07-07 01:09:23 -03:00 committed by GitHub
parent 414cc99ca2
commit ac01a1b02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ const config: ControlPanelConfig = {
{
name: 'row_limit',
override: {
default: 1000,
visibility: ({ controls }: ControlPanelsContainerProps) =>
!controls?.server_pagination?.value,
},