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:27 UTC

[superset] branch amitmiran137-patch-1 created (now ad7f8a7)

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

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


      at ad7f8a7  chore: Default first item tooltip description

This branch includes the following new commits:

     new ad7f8a7  chore: Default first item tooltip description

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by am...@apache.org.
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'),
             },
           },
         ],