Skip to content

Commit

Permalink
[hotfix] making druid_time_origin stick
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 17, 2016
1 parent 8a406b1 commit 1766f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def __init__(self, viz):
'Y',
choices=self.choicify(datasource.column_names),
description="Columns to display"),
'druid_time_origin': SelectField(
'druid_time_origin': FreeFormSelectField(
'Origin',
choices=(
('', 'default'),
Expand Down

0 comments on commit 1766f6e

Please sign in to comment.