Skip to content

Commit

Permalink
Set 'Range Filter' default to false (#4264)
Browse files Browse the repository at this point in the history
It got set to true mistakenly.
  • Loading branch information
mistercrunch committed Jan 23, 2018
1 parent 29ef8c4 commit 04ae004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ export const controls = {
type: 'CheckboxControl',
label: t('Range Filter'),
renderTrigger: true,
default: true,
default: false,
description: t('Whether to display the time range interactive selector'),
},

Expand Down

0 comments on commit 04ae004

Please sign in to comment.