mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
[bugfix] druid granularity form field should be select2_freeform
This commit is contained in:
@@ -617,7 +617,7 @@ class FormFactory(object):
|
||||
else:
|
||||
time_fields = 'granularity'
|
||||
add_to_form(('granularity',))
|
||||
field_css_classes['granularity'] = ['form-control', 'select2Sortable']
|
||||
field_css_classes['granularity'] = ['form-control', 'select2_freeform']
|
||||
add_to_form(('since', 'until'))
|
||||
|
||||
QueryForm.fieldsets = ({
|
||||
|
||||
Reference in New Issue
Block a user