Default page: remove title attribute to fall back on appbuilder.app_name (#8427)
This commit is contained in:
parent
1e3d833b02
commit
ec476fc67e
|
|
@ -2962,7 +2962,6 @@ class Superset(BaseSupersetView):
|
|||
return self.render_template(
|
||||
"superset/basic.html",
|
||||
entry="welcome",
|
||||
title="Superset",
|
||||
bootstrap_data=json.dumps(payload, default=utils.json_iso_dttm_ser),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue