kgabryje commented on a change in pull request #14353:
URL: https://github.com/apache/superset/pull/14353#discussion_r620439774



##########
File path: superset-frontend/src/filters/components/Select/controlPanel.ts
##########
@@ -71,11 +71,12 @@ const config: ControlPanelConfig = {
             name: 'enableEmptyFilter',
             config: {
               type: 'CheckboxControl',
-              label: t('Enable empty filter'),
+              label: t('Required'),
               default: enableEmptyFilter,
               renderTrigger: true,
               description: t(
-                'When selection is empty, an always false filter event be 
emitted',
+                'User must select a value for this filter when filter in 
single select mode. ' +

Review comment:
       ```suggestion
                   'User must select a value for this filter when filter is in 
single select mode. ' +
   ```




-- 
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]

Reply via email to