mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fix erroneous options for default slices (#730)
This commit is contained in:
committed by
Maxime Beauchemin
parent
979782d1cf
commit
00970d6b99
@@ -551,7 +551,7 @@ class FormFactory(object):
|
||||
"default": default_groupby,
|
||||
"description": _(
|
||||
"Defines the grouping of entities. "
|
||||
"Each serie is shown as a specific color on the chart and "
|
||||
"Each series is shown as a specific color on the chart and "
|
||||
"has a legend toggle")
|
||||
}),
|
||||
'entity': (SelectField, {
|
||||
|
||||
Reference in New Issue
Block a user