michael-s-molina commented on a change in pull request #14861:
URL: https://github.com/apache/superset/pull/14861#discussion_r641608612
##########
File path: 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.' +
Review comment:
"By default no filter is applied" can confuse the user because of the
default filter option. I would suggest something like:
"If no default value is selected, this option will use the first available
item as the default value."
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]