Skip to content

Commit

Permalink
feat(filter-box): set no filter as default in time selection (#259)
Browse files Browse the repository at this point in the history
UIC-2147
  • Loading branch information
rasmi-ranjan-guavus authored and bipinsoniguavus committed Oct 31, 2019
1 parent 2cec39a commit 198e00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ const jsFunctionInfo = (
</div>
);


function columnChoices(datasource) {
if (datasource && datasource.columns) {
return datasource.columns
Expand Down Expand Up @@ -1024,7 +1025,7 @@ export const controls = {
type: 'DateFilterControl',
freeForm: true,
label: t('Time range'),
default: t('Last week'),
default: t('No filter'),
},

max_bubble_size: {
Expand Down

0 comments on commit 198e00b

Please sign in to comment.