File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
311
311
APP_NAME = "Superset"
312
312
313
313
# Specify the App icon
314
- APP_ICON = "/static/assets/images/superset-logo-horiz .png"
314
+ APP_ICON = "/static/assets/images/dropback-long-black .png"
315
315
316
316
# Specify where clicking the logo would take the user'
317
317
# Default value of None will take you to '/superset/welcome'
@@ -491,7 +491,7 @@ class D3TimeFormat(TypedDict, total=False):
491
491
"DASHBOARD_VIRTUALIZATION" : True ,
492
492
# This feature flag is stil in beta and is not recommended for production use.
493
493
"GLOBAL_ASYNC_QUERIES" : False ,
494
- "EMBEDDED_SUPERSET" : False ,
494
+ "EMBEDDED_SUPERSET" : True ,
495
495
# Enables Alerts and reports new implementation
496
496
"ALERT_REPORTS" : False ,
497
497
"ALERT_REPORT_TABS" : False ,
You can’t perform that action at this time.
0 commit comments