From a3b773d9bc82dfed9ac6ec56d80af1bb9614a356 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Mon, 12 Apr 2021 15:13:16 -0700 Subject: [PATCH] fix(listview): update listview feature flag (#13906) * update listview feature flag * remove check --- superset/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/superset/config.py b/superset/config.py index 4eaba213b0f42..e760d7c4317d8 100644 --- a/superset/config.py +++ b/superset/config.py @@ -373,12 +373,6 @@ def _try_json_readsha( # pylint: disable=unused-argument "ALERTS_ATTACH_REPORTS": True, } -# Set the default view to card/grid view if thumbnail support is enabled. -# Setting LISTVIEWS_DEFAULT_CARD_VIEW to False will force the default view to -# always be the table layout -if DEFAULT_FEATURE_FLAGS["THUMBNAILS"]: - DEFAULT_FEATURE_FLAGS["LISTVIEWS_DEFAULT_CARD_VIEW"] = True - # Feature flags may also be set via 'SUPERSET_FEATURE_' prefixed environment vars. DEFAULT_FEATURE_FLAGS.update( {