Skip to content

Commit

Permalink
fix: correct model event parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Nov 10, 2024
1 parent b3ce163 commit fe26e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/ModelItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
function choose() {
$model = id
trackEvent('model', { model })
trackEvent('model', { model: id })
}
</script>

Expand Down

1 comment on commit fe26e9c

@vercel
Copy link

@vercel vercel bot commented on fe26e9c Nov 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.