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( {