Skip to content

Commit

Permalink
Update extensions/azurePublish/src/components/azureProvisionDialog.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Durnford <[email protected]>
  • Loading branch information
benbrown and tdurnford authored Apr 21, 2021
1 parent 29eff1b commit b4aacb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ export const AzureProvisionDialog: React.FC = () => {
style={{ margin: '0 4px' }}
text={formatMessage('Cancel')}
onClick={() => {
telemetryClient.track('ProvisionAddResourcesCancel', {});
telemetryClient.track('ProvisionAddResourcesCancel');
closeDialog();
}}
/>
Expand Down

0 comments on commit b4aacb6

Please sign in to comment.