Skip to content

Commit 3d512c1

Browse files
committed
MAGETWO-33618: Merchant isn't redirected to correspondent option if wants to enable Dashboard charts
- fixed hash tag
1 parent 9eda7de commit 3d512c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function _prepareLayout()
4545
)->setConfigUrl(
4646
$this->getUrl(
4747
'adminhtml/system_config/edit',
48-
['section' => 'admin', '_fragment' => 'admin_dashboard_link']
48+
['section' => 'admin', '_fragment' => 'admin_dashboard-link']
4949
)
5050
);
5151
}

0 commit comments

Comments
 (0)