Add the dashboard map to the top region.

This commit is contained in:
Michael Stenta 2021-06-05 22:41:25 -04:00
parent f43f4f1050
commit dff53dba7f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ function farm_ui_map_farm_dashboard_panes() {
return [
'dashboard_map' => [
'block' => 'dashboard_map',
'region' => 'top',
],
];
}