This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ac01a1b02f chore: Set table viz default row limit to 1000 (#20475)
ac01a1b02f is described below

commit ac01a1b02f92ef427fe8120e0dd0e153cdfb6a84
Author: Diego Medina <[email protected]>
AuthorDate: Thu Jul 7 01:09:23 2022 -0300

    chore: Set table viz default row limit to 1000 (#20475)
---
 superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx 
b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
index 8ef66e8a9c..51639d0f38 100644
--- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
+++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
@@ -317,6 +317,7 @@ const config: ControlPanelConfig = {
           {
             name: 'row_limit',
             override: {
+              default: 1000,
               visibility: ({ controls }: ControlPanelsContainerProps) =>
                 !controls?.server_pagination?.value,
             },

Reply via email to