Skip to content

Commit

Permalink
fix: trigger upload file event in app insights
Browse files Browse the repository at this point in the history
  • Loading branch information
esasova committed May 9, 2022
1 parent 1d47e38 commit 885ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScenarioParameters/FileManagementUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const prepareToUpload = (event, clientFileDescriptor, setClientFileDescriptor) =
if (file === undefined) {
return;
}

appInsights.trackUpload();
setClientFileDescriptor({
...clientFileDescriptor,
name: file.name,
Expand Down

0 comments on commit 885ce50

Please sign in to comment.