From 1be3367c144bc36f6e275a7e87451d407bbd643e Mon Sep 17 00:00:00 2001 From: Timi Fasubaa Date: Mon, 16 Jul 2018 10:22:12 -0700 Subject: [PATCH] remove redundant default from control to fix build --- superset/assets/src/explore/controls.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/assets/src/explore/controls.jsx b/superset/assets/src/explore/controls.jsx index 9f5079c40c7f5..ecd0ba052069f 100644 --- a/superset/assets/src/explore/controls.jsx +++ b/superset/assets/src/explore/controls.jsx @@ -208,7 +208,6 @@ export const controls = { multi: true, default: [], label: t('Percentage Metrics'), - default: [], validators: [], description: t('Metrics for which percentage of total are to be displayed'), },