mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: Set table viz default row limit to 1000 (#20475)
This commit is contained in:
@@ -317,6 +317,7 @@ const config: ControlPanelConfig = {
|
||||
{
|
||||
name: 'row_limit',
|
||||
override: {
|
||||
default: 1000,
|
||||
visibility: ({ controls }: ControlPanelsContainerProps) =>
|
||||
!controls?.server_pagination?.value,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user