Skip to content

Commit

Permalink
fix(apps/official-website): standardize action string to lowercase fo…
Browse files Browse the repository at this point in the history
…r event tracking
  • Loading branch information
Schlomoh committed Nov 23, 2024
1 parent e4442e9 commit 0eb6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/official-website/src/pages/editor/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Editor = () => {
function handleLoadStart() {
sendCustomEvent({
category: 'Editor Page',
action: 'Upload',
action: 'upload',
label: 'Model Load Start',
});
}
Expand Down

0 comments on commit 0eb6e09

Please sign in to comment.