Skip to content

Commit 0eb6e09

Browse files
committed
fix(apps/official-website): standardize action string to lowercase for event tracking
1 parent e4442e9 commit 0eb6e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/official-website/src/pages/editor/editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Editor = () => {
5252
function handleLoadStart() {
5353
sendCustomEvent({
5454
category: 'Editor Page',
55-
action: 'Upload',
55+
action: 'upload',
5656
label: 'Model Load Start',
5757
});
5858
}

0 commit comments

Comments
 (0)