Переглянути джерело

HUE-8178 [charts] Bugfixes for timeline selection & refine intervals

jdesjean 7 роки тому
батько
коміт
0a5a7051a7
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      desktop/libs/dashboard/src/dashboard/api.py

+ 1 - 0
desktop/libs/dashboard/src/dashboard/api.py

@@ -364,6 +364,7 @@ def new_facet(request):
     widget_type = request.POST.get('widget_type')
     window_size = request.POST.get('window_size')
 
+
     result['message'] = ''
     result['facet'] = _create_facet(collection, request.user, facet_id, facet_label, facet_field, widget_type, window_size)
     result['status'] = 0