Skip to content

Commit

Permalink
rename event
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown committed Apr 21, 2021
1 parent bbcaa28 commit fcf1ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export const AzureProvisionDialog: React.FC = () => {
setPage(page);
switch (page) {
case PageTypes.AddResources:
telemetryClient.track('ProvisionAddResources');
telemetryClient.track('ProvisionAddResourcesNavigate');
setTitle(DialogTitle.ADD_RESOURCES);
break;
case PageTypes.ChooseAction:
Expand Down

0 comments on commit fcf1ab0

Please sign in to comment.