You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/29 17:58:23 UTC

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #9952: feat: [filter_box] disable instant_filtering by defult

etr2460 commented on a change in pull request #9952:
URL: https://github.com/apache/incubator-superset/pull/9952#discussion_r432648321



##########
File path: superset-frontend/src/explore/controlPanels/FilterBox.jsx
##########
@@ -55,10 +55,10 @@ export default {
               type: 'CheckboxControl',
               label: t('Instant Filtering'),
               renderTrigger: true,
-              default: true,
-              description:
-                'Whether to apply filters as they change, or wait for ' +
-                'users to hit an [Apply] button',
+              default: false,
+              description: t(
+                'Whether to apply filters as they change, or wait for users to hit an [Apply] button',

Review comment:
       Maybe we should add a better description while we're in here too. @sylvia-tomiyama any ideas?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org