From a4a2bf7ae9cc1075a38cc980bb696d6512125f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= Date: Wed, 24 May 2017 14:41:58 -0700 Subject: [PATCH] filter_box: allow creatable entries (#2804) The reason is that it should be able to create arbitrary filters over attributes with very high cardinality, where loading all possible combinations into the filter box is infeasible, e.g. IPv6 addresses. --- superset/assets/visualizations/filter_box.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/visualizations/filter_box.jsx b/superset/assets/visualizations/filter_box.jsx index 14e8596dd..d4615e66b 100644 --- a/superset/assets/visualizations/filter_box.jsx +++ b/superset/assets/visualizations/filter_box.jsx @@ -82,7 +82,7 @@ class FilterBox extends React.Component { return (
{filter} -