You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2021/12/17 13:40:20 UTC

[superset] branch master updated: chore(plugin-chart-table): move adhoc filters control closer to the metrics (#17797)

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

kgabryje 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 a2d8b94  chore(plugin-chart-table): move adhoc filters control closer to the metrics (#17797)
a2d8b94 is described below

commit a2d8b94c52a15df708b7adf106eece4f3f994bed
Author: Kamil Gabryjelski <ka...@gmail.com>
AuthorDate: Fri Dec 17 14:39:09 2021 +0100

    chore(plugin-chart-table): move adhoc filters control closer to the metrics (#17797)
---
 superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
index 2afb169..3795683 100644
--- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
+++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
@@ -259,6 +259,7 @@ const config: ControlPanelConfig = {
             },
           },
         ],
+        ['adhoc_filters'],
         [
           {
             name: 'timeseries_limit_metric',
@@ -359,7 +360,6 @@ const config: ControlPanelConfig = {
             },
           },
         ],
-        ['adhoc_filters'],
         emitFilterControl,
       ],
     },