You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/05/27 06:35:28 UTC

[superset] 01/01: chore: Default first item tooltip description

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

amitmiran pushed a commit to branch amitmiran137-patch-1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ad7f8a75c0923e1e09f622852ebd39b5e5cb26c3
Author: Amit Miran <47...@users.noreply.github.com>
AuthorDate: Thu May 27 09:34:28 2021 +0300

    chore: Default first item tooltip description
    
    cc: @junlincc
---
 superset-frontend/src/filters/components/Select/controlPanel.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/filters/components/Select/controlPanel.ts b/superset-frontend/src/filters/components/Select/controlPanel.ts
index 335e444..04e7ae2 100644
--- a/superset-frontend/src/filters/components/Select/controlPanel.ts
+++ b/superset-frontend/src/filters/components/Select/controlPanel.ts
@@ -93,7 +93,8 @@ const config: ControlPanelConfig = {
               resetConfig: true,
               affectsDataMask: true,
               renderTrigger: true,
-              description: t('Select first item by default'),
+              description: t('By default no filter is applied.' +
+                             'Check this box if you want tp apply with first item from the available items on the list'),
             },
           },
         ],