john-bodley commented on code in PR #20485:
URL: https://github.com/apache/superset/pull/20485#discussion_r905358050
##########
superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:
##########
@@ -66,6 +66,28 @@ export default {
},
},
],
+ [
+ {
+ name: 'show_sqla_time_granularity',
+ config: {
+ type: 'CheckboxControl',
+ label: t('Show time grain dropdown'),
+ default: false,
+ description: t('Check to include time grain dropdown'),
Review Comment:
Per
[here](https://github.com/apache/superset/pull/19770/files#diff-d127efd58418777f8866e21aab14d19c536bba2f639198f2777f260c4c3602b4L104-L106)
I think the old labels where mixed, i.e., if Druid was enabled it would
include the term SQL. I opted for the clearer labels/description.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]