mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[hotfix] making druid_time_origin stick
This commit is contained in:
@@ -227,7 +227,7 @@ class FormFactory(object):
|
||||
'Y',
|
||||
choices=self.choicify(datasource.column_names),
|
||||
description="Columns to display"),
|
||||
'druid_time_origin': SelectField(
|
||||
'druid_time_origin': FreeFormSelectField(
|
||||
'Origin',
|
||||
choices=(
|
||||
('', 'default'),
|
||||
|
||||
Reference in New Issue
Block a user