Default page: remove title attribute to fall back on appbuilder.app_name (#8427)

This commit is contained in:
Juliette Tisseyre
2019-11-06 22:10:39 +01:00
committed by Erik Ritter
parent 1e3d833b02
commit ec476fc67e

View File

@@ -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),
)