chore: Add metrics_b as viable metric form data parameter (#15646)

This commit is contained in:
John Bodley 2021-07-13 14:29:01 -07:00 committed by GitHub
parent 1483e04381
commit 351d3c594b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ from superset.utils.core import GenericDataType
METRIC_FORM_DATA_PARAMS = [
"metric",
"metrics",
"metric_2",
"metrics",
"metrics_b",
"percent_metrics",
"secondary_metric",
"size",