We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4442e9 commit 0eb6e09Copy full SHA for 0eb6e09
apps/official-website/src/pages/editor/editor.tsx
@@ -52,7 +52,7 @@ const Editor = () => {
52
function handleLoadStart() {
53
sendCustomEvent({
54
category: 'Editor Page',
55
- action: 'Upload',
+ action: 'upload',
56
label: 'Model Load Start',
57
});
58
}
0 commit comments