Skip to content

Commit

Permalink
Bugfix when there's only date filter in FilterBox (no groupby) (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
yejianye authored and mistercrunch committed Oct 12, 2016
1 parent ef2670c commit 4cf4e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caravel/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ class FilterBoxViz(BaseViz):
'groupby': {
'label': _('Filter fields'),
'description': _("The fields you want to filter on"),
'default': [],
},
}

Expand Down

0 comments on commit 4cf4e38

Please sign in to comment.