Skip to content

Commit 94035cb

Browse files
committed
fix(pacakges/official-website): normalize action string for upload event
1 parent f1d43cd commit 94035cb

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)