diff --git a/docker/pythonpath_dev/superset_config.py b/docker/pythonpath_dev/superset_config.py index ce7f1998708..e05a5ae2c0c 100644 --- a/docker/pythonpath_dev/superset_config.py +++ b/docker/pythonpath_dev/superset_config.py @@ -109,6 +109,7 @@ FEATURE_FLAGS = { "ALERT_REPORTS": True, "DATASET_FOLDERS": True, "ENABLE_EXTENSIONS": True, + "MOBILE_CONSUMPTION_MODE": True, "SEMANTIC_LAYERS": True, } EXTENSIONS_PATH = "/app/docker/extensions"