Skip to content

Commit 4cf4e38

Browse files
yejianyemistercrunch
authored andcommittedOct 12, 2016
Bugfix when there's only date filter in FilterBox (no groupby) (#1326)
1 parent ef2670c commit 4cf4e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎caravel/viz.py

+1
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,7 @@ class FilterBoxViz(BaseViz):
16551655
'groupby': {
16561656
'label': _('Filter fields'),
16571657
'description': _("The fields you want to filter on"),
1658+
'default': [],
16581659
},
16591660
}
16601661

0 commit comments

Comments
 (0)
Please sign in to comment.