mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fixing typo. (#8487)
This commit is contained in:
committed by
Maxime Beauchemin
parent
1ccfa4f11e
commit
a8f1589dbf
@@ -327,7 +327,7 @@ def load_world_bank_health_n_pop(only_metadata=False, force=False):
|
||||
merge_slice(slc)
|
||||
|
||||
print("Creating a World's Health Bank dashboard")
|
||||
dash_name = "World's Bank Data"
|
||||
dash_name = "World Bank's Data"
|
||||
slug = "world_health"
|
||||
dash = db.session.query(Dash).filter_by(slug=slug).first()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user