Skip to content

Commit

Permalink
change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
simotae14 committed Nov 21, 2022
1 parent 63fa62e commit 326521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/admin/admin/src/components/LeftMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const LeftMenu = ({ generalSectionLinks, pluginsSectionLinks }) => {
};

const handleClickOnLink = (destination = null) => {
trackUsage('didNavigate', { from: pathname, to: destination });
trackUsage('willNavigate', { from: pathname, to: destination });
};

const menuTitle = formatMessage({
Expand Down

0 comments on commit 326521d

Please sign in to comment.