Skip to content

Commit

Permalink
Update analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Aug 23, 2023
1 parent f84ded2 commit c7a9c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/project/NewProject/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const NewProject: FC = () => {
Analytics.track('Create project', {
platform: 'IDE',
type: 'TON-func',
source: importType,
sourceType: importType,
template: values.template,
});
message.success(`Project '${projectName}' created`);
router.push(`/project/${projectId}`);
Expand Down

0 comments on commit c7a9c1c

Please sign in to comment.