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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]