diff --git a/caravel/forms.py b/caravel/forms.py index f4e55968ed0b0..ec8d65d1074c6 100644 --- a/caravel/forms.py +++ b/caravel/forms.py @@ -617,7 +617,7 @@ def add_to_form(attrs): 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 = ({